Skip to content

Commit

Permalink
Run check job on push to main too
Browse files Browse the repository at this point in the history
  • Loading branch information
DallasHoff committed Dec 2, 2024
1 parent 4981b07 commit 6b21ad2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Test pull request
name: Check branch
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b21ad2

Please sign in to comment.