Skip to content

Commit

Permalink
Limit push to given branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Aug 20, 2024
1 parent a0121a3 commit ab18b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- labeled
- unlabeled
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit ab18b75

Please sign in to comment.