Skip to content

Commit 5edfa8d

Browse files
committed
Update action
1 parent 9dd889b commit 5edfa8d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build Docs
22

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

99
jobs:
1010
build:
@@ -36,7 +36,7 @@ jobs:
3636
deploy:
3737
needs: build
3838
runs-on: ubuntu-latest
39-
if: github.ref == 'refs/heads/master'
39+
if: github.ref == 'refs/heads/main'
4040

4141
permissions:
4242
pages: write

0 commit comments

Comments
 (0)