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 7162c3b commit 4cbdec6Copy full SHA for 4cbdec6
.github/workflows/create-github-release.yaml
@@ -28,6 +28,7 @@ jobs:
28
build-native:
29
name: Build on ${{ matrix.os }}
30
runs-on: ${{ matrix.os }}
31
+ needs: run-only-on-main-branch
32
strategy:
33
matrix:
34
os: [windows-latest, ubuntu-latest, macos-latest]
0 commit comments