Skip to content

Commit

Permalink
Trigger test releases on each push (this will be removed before merging)
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 12, 2024
1 parent 717657e commit e93a961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Bump version and create release
on:
push: # TODO remove before merging
pull_request:
types:
- closed
Expand All @@ -8,7 +9,7 @@ on:

jobs:
compute-version:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit e93a961

Please sign in to comment.