feature update workflows trigger

This commit is contained in:
tqcq 2023-12-05 16:39:01 +08:00
parent fc4d168ea2
commit 844f343335
2 changed files with 31 additions and 4 deletions

View File

@ -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 }}

View File

@ -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