mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 17:22:01 +08:00
Run full check on bugfix branches
This commit is contained in:
parent
f517c8b980
commit
fd3d1801ed
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -2,7 +2,7 @@ name: Build + Test v2
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [release/*, master]
|
branches: [release/*, master, bugfix/*]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user