Skip to content

Commit 227c99c

Browse files
committed
add branches to run condition
1 parent 0c2c610 commit 227c99c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: lint
2+
name: lint | code & tests
33

44
on:
55
pull_request:

.github/workflows/test_common.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: common | common
22

33
on:
44
workflow_run:
5-
workflows: [lint]
5+
workflows: ["lint | code & tests"]
6+
branches:
7+
- master
8+
- devel
69
types: [completed]
710

811
concurrency:

0 commit comments

Comments
 (0)