Skip to content

Commit 79d413b

Browse files
committed
Only push on main/release branches
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent f4af234 commit 79d413b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
run: make local-deploy
212212

213213
publish-provider-package:
214+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-')
214215
uses: crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@9a2125b3ec67a41a24913ada8212b9359f104c8c
215216
with:
216217
repository: provider-openstack

0 commit comments

Comments
 (0)