Skip to content

Commit 6c186dd

Browse files
ci: fix env variable
1 parent d71c566 commit 6c186dd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: molecule test
22

33
on:
4-
push:
5-
# pull_request:
6-
# branches:
7-
# - main
8-
# - master
9-
# types: [opened, synchronize, reopened]
4+
pull_request:
5+
branches:
6+
- main
7+
- master
8+
types: [opened, synchronize, reopened]
109
schedule:
1110
- cron: '0 6 * * 0'
1211
workflow_dispatch:

0 commit comments

Comments
 (0)