Skip to content

Commit

Permalink
chore: Exclude install.sh.tmpl from code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenhilton committed Feb 26, 2024
1 parent 5840318 commit 284e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- 'assets/vagrant/**'
- 'completions/**'
- 'go.*'
- 'internal/**'
- 'internal/**/!(install.sh.tmpl)'
codeql:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
Expand Down

0 comments on commit 284e6da

Please sign in to comment.