Skip to content

Commit

Permalink
update branch selector for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 6, 2023
1 parent 772107d commit 605892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linter Analysis
on:
push:
branches: [ '*' ] # '*' will cause the workflow to run on all commits to all branches.
branches: [ '**' ] # '**' will cause the workflow to run on all commits to all branches, including those with path separators

jobs:
# Hadolint: Job-1
Expand Down

0 comments on commit 605892d

Please sign in to comment.