Skip to content

Commit 7fe4a75

Browse files
Changes to the release workflow (#127)
* add applications to app-proxy rbac * change release workflow
1 parent 11c7fdb commit 7fe4a75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
jobs:
55
check-version:
66
runs-on: ubuntu-latest
7+
if: startsWith(github.head_ref, 'release-')
78
steps:
89
- name: Check out repository code
910
uses: actions/checkout@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- main
5+
- release-*
66
jobs:
77
create-new-version-tag:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)