diff --git a/.github/workflows/normal.yml b/.github/workflows/normal.yml index 39ac0bb..1b62f62 100644 --- a/.github/workflows/normal.yml +++ b/.github/workflows/normal.yml @@ -5,9 +5,9 @@ on: # * is a special character in YAML so you have to quote this string - cron: '30 5,17 * * *' push: - branches: [ "main" ] + branches: [ "gh-pages" ] pull_request: - branches: [ "main" ] + branches: [ "gh-pages" ] jobs: normal-tests: