Skip to content

Commit

Permalink
Don't trigger tests on push to non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 6, 2022
1 parent 0712e11 commit 35bc35c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- "main"
pull_request:

name: Test
jobs:
test:
Expand Down

0 comments on commit 35bc35c

Please sign in to comment.