diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index 42505b1..00b2f43 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -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 }} diff --git a/.gitea/workflows/linux-x64-gcc.yml b/.gitea/workflows/linux-x64-gcc.yml index b0e9b82..293a0ed 100644 --- a/.gitea/workflows/linux-x64-gcc.yml +++ b/.gitea/workflows/linux-x64-gcc.yml @@ -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