revert workflows

This commit is contained in:
MihailRis 2024-11-26 21:27:30 +03:00
parent aa7fa6be5b
commit 5e4949f4d1
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,11 @@
name: C/C++ AppImage
on: []
on:
push:
branches: [ "main", "release-**"]
pull_request:
branches: [ "main" ]
jobs:
build-appimage:

View File

@ -1,6 +1,10 @@
name: Macos Build
on: []
on:
push:
branches: [ "main", "release-**"]
pull_request:
branches: [ "main" ]
jobs:
build-dmg: