Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 23, 2022
1 parent d2fd4a4 commit 2fb0117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
if: |
env.HAS_SECRETS == 'HAS_SECRETS'
&& github.event_name == 'push'
&& github.event.ref_type != 'tag'
&& github.ref_type != 'tag'
- name: Publish
run: c2cciutils-publish
if: |
env.HAS_SECRETS == 'HAS_SECRETS'
&& github.event_name == 'push'
&& ( github.event.ref_type == 'tag' || github.event.ref_name == 'master' )
&& ( github.ref_type == 'tag' || github.ref_name == 'master' )
k8s:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 2fb0117

Please sign in to comment.