Skip to content

Commit

Permalink
Update github action to run on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuk committed Apr 27, 2022
1 parent 38f8373 commit f43810e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Expand Up @@ -3,6 +3,8 @@ name: pull-request
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit f43810e

Please sign in to comment.