revert workflows
This commit is contained in:
parent
aa7fa6be5b
commit
5e4949f4d1
7
.github/workflows/appimage.yml
vendored
7
.github/workflows/appimage.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: C/C++ AppImage
|
||||
|
||||
on: []
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build-appimage:
|
||||
|
||||
|
||||
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Macos Build
|
||||
|
||||
on: []
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "release-**"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build-dmg:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user