Skip to content

Commit

Permalink
fix: Updating workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Aug 31, 2024
1 parent 21f0e84 commit 1299580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: crane version

main:
if: ${{ github.event_name == 'push' }}
name: Publish new version
runs-on: ubuntu-latest
if: github.event_name == 'push'
needs: [test]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 1299580

Please sign in to comment.