diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index e15098a..9fd926e 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -7,8 +7,8 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch pull_request: - branches: - - '*' + branches: + - '*' push: branches: - ["master"]