Skip to content

Commit fcb58a2

Browse files
committed
Update code analysis workflow to trigger on all branches
1 parent 9152fa3 commit fcb58a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Code Analysis
77
on:
88
push:
99
branches:
10-
- 'master'
10+
- '*'
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)