Skip to content

Commit

Permalink
fix CI after renaming branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 10, 2024
1 parent 399e95b commit f0f5396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- master # Set a branch name to trigger deployment
- main # Set a branch name to trigger deployment

jobs:
deploy:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
jobs:
run:
name: Build
Expand Down

0 comments on commit f0f5396

Please sign in to comment.