diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e008504..d753e98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,10 @@ name: Run unit tests on: repository_dispatch: types: [test] + push: + branches-ignore: [ 'gh-pages','googlemaps-bot/update_gh_pages' ] pull_request: - branches: ['*'] + branches-ignore: [ 'gh-pages','googlemaps-bot/update_gh_pages' ] jobs: run-unit-test: