diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76c4382..60472e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: branches: - staging - production + pull_request: workflow_dispatch: jobs: @@ -97,7 +98,7 @@ jobs: artifacts: release-staging-${{ env.timestamp }}.zip token: ${{ secrets.GITHUB_TOKEN }} - release: + production: needs: [ calendar ] runs-on: ubuntu-latest environment: production