From c1391bb65f6ddabc3383fa6fd50e7e7efbcd4ce7 Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Sat, 25 Sep 2021 12:10:32 +0200 Subject: [PATCH] Update shellcheck.yml --- .github/workflows/shellcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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