Skip to content

Commit 282884c

Browse files
committed
ci: include devel* branches
1 parent 9258364 commit 282884c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- devel*
89

910
jobs:
1011
lint:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- master
8+
- devel*
89

910
jobs:
1011
pre-commit:

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: molecule test
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- master
7+
- devel*
78
types: [opened, synchronize, reopened]
89
paths:
910
- 'defaults/**'

0 commit comments

Comments
 (0)