We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6c42d commit 9abcaf9Copy full SHA for 9abcaf9
.github/workflows/main.yml
@@ -1,20 +1,21 @@
1
name: molecule test
2
3
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:
+ pull_request_review:
+ types:
+ - submitted
+ branches:
+ - main
+ - master
+ paths:
+ - 'defaults/**'
+ - 'handlers/**'
+ - 'molecule/**'
+ - 'tasks/**'
+ - 'vars/**'
+ schedule:
+ - cron: '0 6 * * 0'
18
+ workflow_dispatch:
19
20
jobs:
21
repo:
0 commit comments