Skip to content

Commit dbd4c21

Browse files
Merge pull request #547 from jiridanek/jd_run_static_checks_on_push_too
Run the static code checks on push and when manually triggered
2 parents 28e9828 + da7c9da commit dbd4c21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/code-quality.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Code static analysis
3-
on: [pull_request] # yamllint disable-line rule:truthy
3+
on: # yamllint disable-line rule:truthy
4+
push:
5+
pull_request:
6+
workflow_dispatch:
47

58
permissions:
69
contents: read

0 commit comments

Comments
 (0)