Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 authored Dec 18, 2024
1 parent ae163f5 commit efda782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
release:
needs: build
runs-on: [ self-hosted, ubuntu-24.04, pkg ]
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit efda782

Please sign in to comment.