Skip to content

Commit e721245

Browse files
authored
ci: build and deploy docs when on main
1 parent 3ef1328 commit e721245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
apk add tar bash
5757
# FIXME bash not really required: see https://github.com/actions/upload-pages-artifact/pull/14
5858
- uses: actions/upload-pages-artifact@v1
59-
if: github.ref == 'refs/heads/master'
59+
if: github.ref == 'refs/heads/main'
6060
with:
6161
path: build/docs/html/
6262
retention-days: 7
6363

6464
deploy-docs:
6565
needs: build-docs
66-
if: github.ref == 'refs/heads/master'
66+
if: github.ref == 'refs/heads/main'
6767
permissions:
6868
pages: write
6969
id-token: write

0 commit comments

Comments
 (0)