Skip to content

Commit 3baba06

Browse files
committed
update github workflow
1 parent 67b2307 commit 3baba06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Check Branch
6868
id: check-branch
6969
run: |
70-
if [[ ${{ github.ref }} =~ ^refs/heads/(master|v[0-9]+\.[0-9]+.*)$ ]]; then
70+
if [[ ${{ github.ref }} =~ ^refs/heads/(master|develop-ui|v[0-9]+\.[0-9]+.*)$ ]]; then
7171
echo ::set-output name=match::true
7272
fi # See: https://stackoverflow.com/a/58869470/1123955
7373

0 commit comments

Comments
 (0)