mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
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:
parent
7a71836224
commit
fd89187c2f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/nightly-release-v3.yml
vendored
1
.github/workflows/nightly-release-v3.yml
vendored
|
|
@ -19,7 +19,6 @@ on:
|
|||
jobs:
|
||||
nightly-release:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/v3-alpha'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue