Skip to content

Commit aff1b3f

Browse files
committed
fix(ci): change from main branch to master for web workflow trigger
1 parent 658fcac commit aff1b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
# when you want the docs to update.
3333
push:
3434
branches:
35-
- main
35+
- master
3636

3737
# Whenever a workflow called "Release" completes, update the docs!
3838
#
@@ -90,7 +90,7 @@ jobs:
9090
- name: Deploy to Github Pages
9191
uses: JamesIves/github-pages-deploy-action@v4.4.1
9292
# ONLY if we're on main (so no PRs or feature branches allowed!)
93-
if: ${{ github.ref == 'refs/heads/main' }}
93+
if: ${{ github.ref == 'refs/heads/master' }}
9494
with:
9595
branch: gh-pages
9696
# Gotta tell the action where to find oranda's output

0 commit comments

Comments
 (0)