trigger CICD for main branch only

This commit is contained in:
SoftFever 2023-03-19 18:20:24 +08:00
parent 01867cd319
commit 7e204959e6
4 changed files with 4 additions and 16 deletions

View file

@ -3,10 +3,7 @@ name: Build Linux
on: on:
push: push:
branches: branches:
- SoftFever - main
pull_request:
branches:
- SoftFever
jobs: jobs:
appimage-builder: appimage-builder:

View file

@ -3,10 +3,7 @@ name: Build Mac AppleSilicon
on: on:
push: push:
branches: branches:
- SoftFever - main
pull_request:
branches:
- SoftFever
jobs: jobs:
build_osx_arm64: build_osx_arm64:

View file

@ -3,10 +3,7 @@ name: Build Mac Intel
on: on:
push: push:
branches: branches:
- SoftFever - main
pull_request:
branches:
- SoftFever
jobs: jobs:
build_osx_x86_64: build_osx_x86_64:

View file

@ -3,10 +3,7 @@ name: Build Win64
on: on:
push: push:
branches: branches:
- SoftFever - main
pull_request:
branches:
- SoftFever
jobs: jobs:
build_win64: build_win64: