Skip to content

Commit a5e0551

Browse files
fix: test molecule ci trigger
1 parent 9abcaf9 commit a5e0551

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ on:
1313
- 'molecule/**'
1414
- 'tasks/**'
1515
- 'vars/**'
16+
pull_request:
17+
types:
18+
- assigned
19+
branches:
20+
- main
21+
- master
22+
paths:
23+
- 'defaults/**'
24+
- 'handlers/**'
25+
- 'molecule/**'
26+
- 'tasks/**'
27+
- 'vars/**'
1628
schedule:
1729
- cron: '0 6 * * 0'
1830
workflow_dispatch:

0 commit comments

Comments
 (0)