diff --git a/.github/workflows/build-and-test-linux.yaml b/.github/workflows/build-and-test-linux.yaml index 701b8d2c..c126fef3 100644 --- a/.github/workflows/build-and-test-linux.yaml +++ b/.github/workflows/build-and-test-linux.yaml @@ -3,9 +3,15 @@ on: push: branches: - main + paths-ignore: + - web/** + - doc/** pull_request: branches: - main + paths-ignore: + - web/** + - doc/** concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true