Update workflow

This commit is contained in:
SoftFever 2023-05-14 16:27:23 +08:00
parent 7fc16d8774
commit 90ab9bd893
5 changed files with 45 additions and 1 deletions

View file

@ -4,9 +4,20 @@ on:
push:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
jobs:
appimage-builder:

View file

@ -4,9 +4,20 @@ on:
push:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
jobs:
build_osx_arm64:

View file

@ -4,9 +4,20 @@ on:
push:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
jobs:
build_osx_x86_64:

View file

@ -4,9 +4,20 @@ on:
push:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'deps/**'
- '**/CMakeLists.txt'
- 'version.inc'
jobs:
build_win64:

View file

@ -6,7 +6,7 @@ on:
paths:
- doc/** # This includes all sub folders
branches:
- PublishDocsToWiki # This can be changed to any branch of your preference
- main # This can be changed to any branch of your preference
env:
USER_TOKEN: ${{ secrets.GH_WIKI_PAT }} # This is the repository secret personal access token