Skip to content

Commit

Permalink
build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Mar 28, 2024
1 parent 2ac2291 commit 56579d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: "Generate Releases"
on:
release:
types: [ published ]
## To test this workflow without creating a release, uncomment the following and add a branch name (making sure "push"
## is at the same indent level as "release":
# push:
# branches:
# - 'branch-name'
# To test this workflow without creating a release, uncomment the following and add a branch name (making sure "push"
# is at the same indent level as "release":
push:
branches:
- 'feature/issue-814'

jobs:
release:
Expand Down

0 comments on commit 56579d1

Please sign in to comment.