Skip to content

Commit

Permalink
Fix action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightenom committed Aug 29, 2024
1 parent 81b4369 commit 026ed2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
- synchronize
- labeled
- unlabeled
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit 026ed2e

Please sign in to comment.