diff --git a/.github/workflows/unprotected.yml b/.github/workflows/unprotected.yml index 49110adb..7250773b 100644 --- a/.github/workflows/unprotected.yml +++ b/.github/workflows/unprotected.yml @@ -2,9 +2,9 @@ name: Unprotected on: push: - branches: ['!master'] + branches: ['**', '!master'] pull_request: - branches: ['!master'] + branches: ['**', '!master'] jobs: change-detect: