Skip to content

Commit e1b8453

Browse files
committed
ugh need to rename this branch, but for now, .......
1 parent e629c7b commit e1b8453

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/github-workflow-molecule.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
name: Molecule CI
33

44
# Run tests on pull requests and main branch pushes
5+
# todo: rename main branc
56
on:
67
pull_request:
7-
branches: [main]
8+
branches:
9+
- "master"
810
push:
9-
branches: [main]
11+
branches:
12+
- "master"
1013
workflow_dispatch: # Allow manual triggering
1114

1215
jobs:

0 commit comments

Comments
 (0)