diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 0d276a1..ab7a7c8 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,6 +1,6 @@ name: shellcheck -on: pull_request +on: push jobs: test: @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run shellcheck - run: ci/run_shellcheck.sh \ No newline at end of file + run: ci/run_shellcheck.sh