Skip to content

Commit 2b9b81b

Browse files
author
Adam Argyle
committed
update workflow to run on main
1 parent 89076c4 commit 2b9b81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI/CD
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
build:
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Git Init
1919
run: |
20-
git switch -c master
20+
git switch -c main
2121
git config --global user.email "[email protected]"
2222
git config --global user.name "Adam Argyle"
2323

0 commit comments

Comments
 (0)