diff --git a/.github/workflows/pinact.yml b/.github/workflows/pinact.yml index a52832a..b1290c7 100644 --- a/.github/workflows/pinact.yml +++ b/.github/workflows/pinact.yml @@ -3,6 +3,9 @@ name: Run Pinact on: pull_request: types: [opened, synchronize, reopened] + paths: + - '.github/workflows/**' + - '.github/actions/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}