Skip to content

Commit

Permalink
make ci run on push and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
anandijain committed Mar 26, 2021
1 parent 461680b commit 83b6678
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83b6678

Please sign in to comment.