Skip to content

Commit

Permalink
Forgot we switched to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Oct 21, 2024
1 parent 1e19b03 commit f4f556b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bookdown-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Deploy Bookdown to Netlify
on:
push:
branches:
- master # Trigger the workflow on pushes to the main branch
- main # Trigger the workflow on pushes to the main branch
pull_request:
branches:
- master # Optional: Trigger on pull requests to main
- main # Optional: Trigger on pull requests to main

jobs:
build:
Expand Down

0 comments on commit f4f556b

Please sign in to comment.