Skip to content

Commit

Permalink
chore: (IAC-1197) Update Branch Selector for GitHub Workflow (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat authored Nov 7, 2023
1 parent 772107d commit c4e0de5
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 c4e0de5

Please sign in to comment.