Guard tagged release workflows to only run on their target branch

This commit is contained in:
Aditya
2026-05-12 16:14:43 +05:30
parent 6501f03747
commit a106f27312
2 changed files with 2 additions and 0 deletions
@@ -14,6 +14,7 @@ on:
jobs:
main:
if: github.event.release.target_commitish == 'nightly'
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
+1
View File
@@ -7,6 +7,7 @@ on:
jobs:
main:
if: github.event.release.target_commitish == 'main'
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy: