diff --git a/.github/workflows/run_prod.yml b/.github/workflows/run_prod.yml index 6cd9aae..5086696 100644 --- a/.github/workflows/run_prod.yml +++ b/.github/workflows/run_prod.yml @@ -2,11 +2,15 @@ name: Test running script for production on: push: - branches: + branches: + - main + tags: - '*' + pull_request: + workflow_dispatch: concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: