Skip to content

Commit 9559a10

Browse files
committed
chore: release pg_upgrade scripts off release branches
1 parent 3ddf2d2 commit 9559a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7-
- sam/nix-and-conventional-ami
7+
- release/*
88
paths:
99
- '.github/workflows/publish-pgupgrade-scripts.yml'
1010
- 'common-nix.vars.pkr.hcl'
@@ -62,7 +62,7 @@ jobs:
6262

6363
publish-prod:
6464
runs-on: ubuntu-latest
65-
if: github.ref_name == 'develop'
65+
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
6666

6767
steps:
6868
- name: Checkout Repo

0 commit comments

Comments
 (0)