Skip to content

Commit

Permalink
Merge pull request #7 from hamelsmu/patch-1
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 c310dda + 00d7548 commit bb49eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb49eea

Please sign in to comment.