Skip to content
Snippets Groups Projects
Unverified Commit 9339a4db authored by Fijxu's avatar Fijxu
Browse files

ci: Only run jobs when modifying a file in specific directories.

Android job disabled because it fails. I will fix it other day.
parent e139a99e
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,29 @@ name: 'suyu verify'
on:
pull_request:
branches: [ "dev" ]
paths:
- 'src/**'
- 'CMakeModules/**'
- 'dist/**'
- 'externals/**'
- 'vcpkg.json'
paths-ignore:
- 'src/android/**'
push:
branches: [ "dev" ]
paths:
- 'src/**'
- 'CMakeModules/**'
- 'dist/**'
- 'externals/**'
- 'vcpkg.json'
paths-ignore:
- 'src/android/**'
env:
PR_NUMBER: pr${{ github.event.number }}
CCACHE_DIR: '.ccache'
jobs:
format:
name: 'Verify Format'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment