Skip to content

Commit e3922b5

Browse files
committed
Restrict workflow to *.x branches
1 parent b683bb8 commit e3922b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11

22
name: "Coding Standards"
33

4-
on: ["pull_request", "push"]
4+
on:
5+
pull_request:
6+
branches:
7+
- "*.x"
8+
push:
9+
branches:
10+
- "*.x"
511

612
jobs:
713
coding-standards:

0 commit comments

Comments
 (0)