Skip to content

Commit a9ab8bd

Browse files
on push
1 parent 5d6ce20 commit a9ab8bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/PrepareNextIteration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Prepare Next Development Iteration
22

33
on:
4+
push:
5+
branches:
6+
- tt/prepare-next-iteration
47
workflow_dispatch:
58
inputs:
69
nextVersion:
@@ -37,4 +40,4 @@ jobs:
3740
env:
3841
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3942
run: |
40-
gh pr create -B master --title "Prepare next development iteration ${{ inputs.nextVersion }}" --body ""
43+
echo gh pr create -B master --title "Prepare next development iteration ${{ inputs.nextVersion }}" --body ""

0 commit comments

Comments
 (0)