Skip to content

Commit

Permalink
Allow manual release, remove build from branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightenom committed Aug 28, 2024
1 parent aed9a6c commit b140c7b
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 @@ -7,11 +7,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 b140c7b

Please sign in to comment.