diff --git a/.github/worflows/deploy.yml b/.github/worflows/deploy.yml index 328cead..d904332 100644 --- a/.github/worflows/deploy.yml +++ b/.github/worflows/deploy.yml @@ -12,7 +12,7 @@ env: jobs: Deploy: - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} runs-on: ubuntu-latest # should mirror the ENV variables from ".env" file