Skip to content

Commit 23f5c7e

Browse files
committed
chore: workflow fix
1 parent 853ab55 commit 23f5c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nix-pgupgrade-bin-flake-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
publish-prod:
5959
runs-on: ubuntu-latest
60-
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
60+
if: github.ref_name == 'develop' || contains( github.ref, 'release' ) || contains( github.ref, 'pcnc/wrappers-15.6' )
6161

6262
steps:
6363
- name: Checkout Repo

0 commit comments

Comments
 (0)