We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42dfb68 + f69e83a commit 249ceccCopy full SHA for 249cecc
.github/workflows/release.yaml
@@ -6,6 +6,8 @@ on:
6
- completed
7
workflows:
8
- "ci"
9
+ branches:
10
+ - release/*
11
jobs:
12
print-debug-info:
13
name: Print debug info for Release workflow
@@ -15,7 +17,7 @@ jobs:
15
17
16
18
create-release:
19
name: Create release
- if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.workflow_run.head_branch, 'release/') }}
20
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
21
uses: networkservicemesh/.github/.github/workflows/release.yaml@main
22
secrets:
23
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments