Skip to content

Commit

Permalink
GitHub actions: Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed May 8, 2024
1 parent 73990a5 commit 384e62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- master
- main
pull_request:
jobs:
run:
Expand Down
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

0 comments on commit 384e62b

Please sign in to comment.