diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96e79de..44120b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,11 +7,13 @@ on: types: - completed push: + branches: + - main jobs: build: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} + #if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: 'Checkout GitHub Action' id: checkout