Skip to content

Commit

Permalink
fix: correct test status check re-triggering on main branch push (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Dec 10, 2021
1 parent 55a89d1 commit a571c00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
@@ -1,10 +1,11 @@
name: Test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
types:
- opened
- edited
- synchronize
- reopened

jobs:
test_matrix:
Expand Down

0 comments on commit a571c00

Please sign in to comment.