mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 07:09:54 +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:
|
||||
push:
|
||||
branches: [release/*, master]
|
||||
branches: [release/*, master, bugfix/*]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user