update workflows
This commit is contained in:
parent
14b769f6ff
commit
cc603f5c9f
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -2,7 +2,7 @@ name: C/C++ AppImage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "release-**", "curl"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
||||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -2,7 +2,7 @@ name: Macos Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "release-**", "curl"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -2,7 +2,7 @@ name: Windows Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "release-**", "curl"]
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user