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:
push:
branches:
- SoftFever
pull_request:
branches:
- SoftFever
- main
jobs:
appimage-builder: