Skip to content

Commit 6b27cce

Browse files
authored
ci: Update code checks trigger (#446)
1 parent 778e563 commit 6b27cce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ on:
66
# step required for PRs from forks. This prevents their potential exposure.
77
pull_request:
88

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+
919
jobs:
1020
lint_check:
1121
name: Lint check

0 commit comments

Comments
 (0)