Skip to content

Commit

Permalink
ci: change master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Mar 7, 2024
1 parent 8a784a3 commit 98c6b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy LaTeX document
on:
push:
branches:
- master
- main

jobs:
build_latex:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98c6b7b

Please sign in to comment.