Skip to content

Commit 90775d0

Browse files
committed
fix: filter branch on release-0.1 workflow
1 parent acb194c commit 90775d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-0-1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make lint
3636

3737
- name: Log in to registry
38-
if: github.ref == 'refs/heads/main'
38+
if: github.ref == 'refs/heads/release-0.1.x'
3939
id: login-registry
4040
uses: redhat-actions/podman-login@v1
4141
with:
@@ -49,7 +49,7 @@ jobs:
4949
make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin image
5050
5151
- name: Push plugin container
52-
if: github.ref == 'refs/heads/main'
52+
if: github.ref == 'refs/heads/release-0.1.x'
5353
shell: bash
5454
run: |
5555
make CUSTOM_PLUGIN_IMAGE=quay.io/camel-tooling/camel-openshift-console-plugin push

0 commit comments

Comments
 (0)