Skip to content

Commit

Permalink
Merge pull request #77 from hamelsmu/patch-6
Browse files Browse the repository at this point in the history
Enable CI on Pull Requests
  • Loading branch information
sgugger committed Jan 31, 2020
2 parents 31c2acb + 854cfcd commit c44318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c44318f

Please sign in to comment.