Skip to content

Commit 5eac33f

Browse files
ci: run test when pushed to develop
1 parent b96bd90 commit 5eac33f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: molecule test
22

33
on:
4+
push:
5+
branches:
6+
- develop
47
pull_request:
58
branches:
69
- master
710
- main
8-
- devel*
911
types: [opened, synchronize, reopened]
1012
paths:
1113
- 'defaults/**'

0 commit comments

Comments
 (0)