We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae163f5 commit efda782Copy full SHA for efda782
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
release:
46
needs: build
47
runs-on: [ self-hosted, ubuntu-24.04, pkg ]
48
- if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
+ if: ${{ github.event_name != 'pull_request' }}
49
steps:
50
- name: Checkout
51
uses: actions/checkout@v4
0 commit comments