Skip to content

Commit

Permalink
fix for ghcr publish on master (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
amortezaei committed Mar 21, 2023
1 parent 7edeec3 commit e7bea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
publish-ghcr:
needs: [setup, snyk]
runs-on: ubuntu-latest
if: ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == github.master_branch ) || ( github.ref_name == 'v0' )) }}
if: ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == 'master' ) || ( github.ref_name == 'v0' )) }}
steps:
- uses: actions/checkout@v3
- name: setup env variables
Expand Down

0 comments on commit e7bea87

Please sign in to comment.