Skip to content

Commit c973498

Browse files
committed
👷 follows the renaming of the master branch to main
1 parent cd049bc commit c973498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/build_site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build website
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
Build-website:
1111
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
3636
target_branch: 'gh-pages'
3737
build_only: true
3838
- name: Build website and deploy
39-
if: github.ref == 'refs/heads/master'
39+
if: github.ref == 'refs/heads/main'
4040
uses: helaili/jekyll-action@v2
4141
with:
4242
target_branch: 'gh-pages'

0 commit comments

Comments
 (0)