Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shellcheck : Fix hooks/ #2017

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
workflow shellcheck : prevent duplicate workflow on PRs
  • Loading branch information
Salamandar committed Dec 21, 2024
commit 5af5d47070bda46eb5ccc03d29b6a0d7a26e0dfb
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run Shellcheck on push and PR

on:
push:
branches: [ "dev" ]
pull_request:

jobs:
Expand Down