diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index baa1893..7e3fc87 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -2,12 +2,14 @@ on: push: branches: - main + + workflow_dispatch: # Allows manual triggering from the GitHub UI name: "Trigger: Push action" jobs: shellcheck: - name: Shellcheck + name: Shellcheck - style runs-on: ubuntu-latest steps: - name: Checkout Repository