diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6861860..85cb146 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -4,10 +4,9 @@ name: Node.js CI Test on: - workflow_run: - workflows: ["Node.js CI Test"] - types: - - completed + push: + branches: + - "*" pull_request: branches: @@ -15,7 +14,6 @@ on: jobs: docker: - if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: