Skip to content

Commit

Permalink
don't run shellcheck unless script edited
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Aug 28, 2024
1 parent 85caabb commit 8fad9a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Shellcheck
on: [push]
on:
push:
paths:
- install.sh.in
jobs:
shellcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fad9a9

Please sign in to comment.