Skip to content

Commit 9abcaf9

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

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
name: molecule test
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- master
8-
types: [opened, synchronize, reopened]
9-
paths:
10-
- 'defaults/**'
11-
- 'handlers/**'
12-
- 'molecule/**'
13-
- 'tasks/**'
14-
- 'vars/**'
15-
schedule:
16-
- cron: '0 6 * * 0'
17-
workflow_dispatch:
4+
pull_request_review:
5+
types:
6+
- submitted
7+
branches:
8+
- main
9+
- master
10+
paths:
11+
- 'defaults/**'
12+
- 'handlers/**'
13+
- 'molecule/**'
14+
- 'tasks/**'
15+
- 'vars/**'
16+
schedule:
17+
- cron: '0 6 * * 0'
18+
workflow_dispatch:
1819

1920
jobs:
2021
repo:

0 commit comments

Comments
 (0)