Skip to content

Commit 548bd6e

Browse files
ci: fix env variable
1 parent a9aef3e commit 548bd6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

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

33
on:
4-
pull_request:
5-
branches:
6-
- fix/fix_ci
7-
# - main
8-
# - master
9-
# types: [opened, synchronize, reopened]
4+
push:
5+
# pull_request:
6+
# branches:
7+
# - main
8+
# - master
9+
# types: [opened, synchronize, reopened]
1010
schedule:
1111
- cron: '0 6 * * 0'
1212
workflow_dispatch:

0 commit comments

Comments
 (0)