diff --git a/.github/workflows/trigger-website-redeploy.yml b/.github/workflows/trigger-website-redeploy.yml index 9c9eb90..75ffb9e 100644 --- a/.github/workflows/trigger-website-redeploy.yml +++ b/.github/workflows/trigger-website-redeploy.yml @@ -3,6 +3,7 @@ name: Deploy guide changes to sigpwny/websites on: push: paths: + - '*/**' - '!./README.md' concurrency: group: ${{ github.workflow }}-${{ github.ref }}