diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index add90a5..4a7c6fc 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -6,7 +6,7 @@ name: Build site # # * is a special character in YAML so you have to quote this string # - cron: '45 23 * * *' push: - branches: [ dev ] + branches: [ main ] paths: - 'src/**' - '_config.js'