Skip to content

Commit efda782

Browse files
authored
Update build.yaml
1 parent ae163f5 commit efda782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
release:
4646
needs: build
4747
runs-on: [ self-hosted, ubuntu-24.04, pkg ]
48-
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
48+
if: ${{ github.event_name != 'pull_request' }}
4949
steps:
5050
- name: Checkout
5151
uses: actions/checkout@v4

0 commit comments

Comments
 (0)