diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b906f7b..bc40c8b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ name: Deploy Next.js site to Pages on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + # Runs on pull request to master pull_request: branches: ["master"]