Skip to content

Commit 2a01013

Browse files
committed
Release new version only on 3.x tags that does not contain the string post
- Do not release new version for fedramp specific code - Remove redundant check for v3 tags Signed-off-by: Varsha GS <[email protected]>
1 parent ec9be1c commit 2a01013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkg_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ name: Release new version
1111
on:
1212
push:
1313
tags:
14-
- v3.*
14+
- 'v3.*'
15+
- '!v3.*post*'
1516

1617
jobs:
1718
build:
1819
name: Build package
1920
runs-on: ubuntu-latest
20-
if: ${{ startsWith(github.ref_name, 'v3') }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python

0 commit comments

Comments
 (0)