diff --git a/.github/workflows/linux-ppc64-cpu-gcc.yml b/.github/workflows/linux-ppc64-cpu-gcc.yml index 834bfb56952..d266bd58f77 100644 --- a/.github/workflows/linux-ppc64-cpu-gcc.yml +++ b/.github/workflows/linux-ppc64-cpu-gcc.yml @@ -9,6 +9,7 @@ on: - 'cmake/**' - 'src/*' - 'src/layer/*' + - 'src/layer/x86/*' - 'tests/**' pull_request: branches: [master] @@ -19,6 +20,7 @@ on: - 'cmake/**' - 'src/*' - 'src/layer/*' + - 'src/layer/x86/*' - 'tests/**' concurrency: group: linux-ppc64-cpu-gcc-${{ github.ref }}