We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4af234 commit 79d413bCopy full SHA for 79d413b
.github/workflows/ci.yml
@@ -211,6 +211,7 @@ jobs:
211
run: make local-deploy
212
213
publish-provider-package:
214
+ if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-')
215
uses: crossplane-contrib/provider-workflows/.github/workflows/publish-provider-non-family.yml@9a2125b3ec67a41a24913ada8212b9359f104c8c
216
with:
217
repository: provider-openstack
0 commit comments