We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7b516 commit 7902c46Copy full SHA for 7902c46
.github/workflows/run_code_checks.yaml
@@ -6,6 +6,16 @@ on:
6
# step required for PRs from forks. This prevents their potential exposure.
7
pull_request:
8
9
+ # Pushing to the master branch triggers code checks
10
+ push:
11
+ branches:
12
+ - master
13
+ tags-ignore:
14
+ - "**" # Ignore all tags to prevent duplicate checks when tags are pushed.
15
+
16
+ # It should also be possible to trigger checks manually
17
+ workflow_dispatch:
18
19
jobs:
20
lint_check:
21
name: Lint check
0 commit comments