Skip to content

Commit

Permalink
Run test workflow on pushing to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Oct 29, 2020
1 parent 6faa36a commit a6ce2fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test
on: pull_request
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a6ce2fa

Please sign in to comment.