diff options
Diffstat (limited to '.github/workflows/falcor-test.yml')
| -rw-r--r-- | .github/workflows/falcor-test.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml index 04c734bd4..af1c70d7e 100644 --- a/.github/workflows/falcor-test.yml +++ b/.github/workflows/falcor-test.yml @@ -3,8 +3,18 @@ name: Falcor Tests on: push: branches: [ master ] + paths-ignore: + - 'docs/**' + - 'LICENCE' + - 'CONTRIBUTION.md' + - 'README.md' pull_request: branches: [ master ] + paths-ignore: + - 'docs/**' + - 'LICENCE' + - 'CONTRIBUTION.md' + - 'README.md' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true |
