mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 03:29:03 +08:00
Update release workflow
This commit is contained in:
parent
b93cdcd942
commit
d0a39349d4
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -2,9 +2,9 @@ name: Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ releasetest/* ]
|
branches: [ release/* ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ releasetest/* ]
|
branches: [ release/* ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user