Skip to content

Commit

Permalink
Restrict push trigger for test CI to main (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored Jul 18, 2024
1 parent c05ade0 commit 3a12e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test
on:
pull_request:
push:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit 3a12e93

Please sign in to comment.