feature update workflows trigger
This commit is contained in:
parent
fc4d168ea2
commit
844f343335
@ -1,7 +1,21 @@
|
||||
name: linux-mips64-gcc
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
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:
|
||||
group: linux-mips64-gcc-${{ github.ref }}
|
||||
|
@ -1,7 +1,20 @@
|
||||
name: linux-x64-gcc
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
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:
|
||||
group: linux-x64-gcc-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user