Skip to content

Commit bffc3c8

Browse files
committed
Update github workflow for 'main' branch
1 parent ce5131b commit bffc3c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Ansible Molecule Pipeline
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
workflow_dispatch:
9-
branches: [master]
9+
branches: [main]
1010

1111
env:
1212
PY_COLORS: '1'

0 commit comments

Comments
 (0)