feature update workflows trigger
This commit is contained in:
parent
fc4d168ea2
commit
844f343335
@ -1,7 +1,21 @@
|
|||||||
name: linux-mips64-gcc
|
name: linux-mips64-gcc
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
paths:
|
||||||
|
- '.gitea/workflows/linux-mips64-gcc.yml'
|
||||||
|
- 'toolchains/mips64el-linux-gnuabi64.toolchain.cmake'
|
||||||
|
- 'src/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- 'cmake/**'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.gitea/workflows/linux-mips64-gcc.yml'
|
||||||
|
- 'toolchains/mips64el-linux-gnuabi64.toolchain.cmake'
|
||||||
|
- 'src/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- 'cmake/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-mips64-gcc-${{ github.ref }}
|
group: linux-mips64-gcc-${{ github.ref }}
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
name: linux-x64-gcc
|
name: linux-x64-gcc
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
paths:
|
||||||
|
- '.gitea/workflows/linux-x64-gcc.yml'
|
||||||
|
- 'src/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- 'cmake/**'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.gitea/workflows/linux-x64-gcc.yml'
|
||||||
|
- 'src/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- 'cmake/**'
|
||||||
|
-
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-x64-gcc-${{ github.ref }}
|
group: linux-x64-gcc-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user