We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6ce20 commit a9ab8bdCopy full SHA for a9ab8bd
.github/workflows/PrepareNextIteration.yml
@@ -1,6 +1,9 @@
1
name: Prepare Next Development Iteration
2
3
on:
4
+ push:
5
+ branches:
6
+ - tt/prepare-next-iteration
7
workflow_dispatch:
8
inputs:
9
nextVersion:
@@ -37,4 +40,4 @@ jobs:
37
40
env:
38
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
42
run: |
- 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