Skip to content

Commit

Permalink
Add push trigger to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Nov 9, 2020
1 parent f308fdd commit 5fe2c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_and_lint

on:
pull_request:
types: [opened, synchronize]
types: [push, opened, synchronize]

jobs:
test_and_lint:
Expand Down

0 comments on commit 5fe2c63

Please sign in to comment.