diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index cba23e9..8f50184 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -1,16 +1,12 @@ name: BuildAndDeploys on: - workflow_run: - workflows: ["BuildAndTest"] - types: - - completed + push: + branches: + - issue/** jobs: deploy: - if: > - github.event.workflow_run.conclusion == 'success' && - github.event.workflow_run.event == 'push' runs-on: ubuntu-latest permissions: contents: read