8000 chore: cleanup · supabase/postgres@9315065 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9315065

Browse files
committed
chore: cleanup
1 parent cff1203 commit 9315065

File tree

1 file chang 8000 ed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- develop
77
- release/*
8-
- pcnc/fix-upgrade-scripts
98
paths:
109
- '.github/workflows/publish-nix-pgupgrade-scripts.yml'
1110
workflow_dispatch:
@@ -85,7 +84,7 @@ jobs:
8584
publish-prod:
8685
needs: prepare
8786
runs-on: ubuntu-latest
88-
if: github.ref_name == 'develop' || contains( github.ref, 'release' ) || github.ref_name == 'pcnc/fix-upgrade-script'
87+
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
8988

9089
strategy:
9190
matrix:

0 commit comments

Comments
 (0)
0