Skip to content

Commit 13ab65a

Browse files
orangecmspamolloy
authored andcommitted
CI: rename main branch to main
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 3ee1c55 commit 13ab65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: github pages
33
on:
44
push:
55
branches:
6-
- master # TODO: migrate to `main`, also below
6+
- main
77
pull_request:
88

99
jobs:
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Deploy
2828
uses: peaceiris/actions-gh-pages@v3
29-
if: github.ref == 'refs/heads/master'
29+
if: github.ref == 'refs/heads/main'
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./public

0 commit comments

Comments
 (0)