fix: remove branch restriction from nightly workflow job

The workflow now explicitly checks out v3-alpha branch, so the job-level
condition 'if: github.ref == refs/heads/v3-alpha' is no longer needed
and was preventing manual runs from other branches.
This commit is contained in:
Lea Anthony 2025-07-18 14:43:49 +10:00
commit 72662cf05f

View file

@ -19,7 +19,6 @@ on:
jobs:
nightly-release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/v3-alpha'
permissions:
contents: write