diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50623fe1..74abaa9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,9 +19,9 @@ on: repository_dispatch: types: [test] push: - branches: ['*'] + branches-ignore: ['gh-pages'] pull_request: - branches: ['*'] + branches-ignore: ['gh-pages'] workflow_dispatch: jobs: