Skip to content

Commit

Permalink
update master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 11, 2023
1 parent 2e02bd0 commit d2722a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Curvenote Deploy
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MyST GitHub Pages Deploy
on:
push:
# Runs on pushes targeting the default branch
branches: [master]
branches: [main]
env:
BASE_URL: /${{ github.event.repository.name }}

Expand Down

0 comments on commit d2722a9

Please sign in to comment.