Skip to content

Commit cff1203

Browse files
committed
chore: more testing
1 parent 2723a85 commit cff1203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -78,7 +78,7 @@ jobs:
7878

7979
publish-prod:
8080
runs-on: ubuntu-latest
81-
if: github.ref_name == 'develop' || contains( github.ref, 'release' ) || github.ref_name == 'pcnc/fix-upgrade-script'
81+
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
8282
needs: prepare
8383
strategy:
8484
matrix:

.github/workflows/publish-nix-pgupgrade-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
publish-prod:
8686
needs: prepare
8787
runs-on: ubuntu-latest
88-
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
88+
if: github.ref_name == 'develop' || contains( github.ref, 'release' ) || github.ref_name == 'pcnc/fix-upgrade-script'
8989

9090
strategy:
9191
matrix:

0 commit comments

Comments
 (0)