Skip to content

Commit

Permalink
fix branch name in script
Browse files Browse the repository at this point in the history
  • Loading branch information
jitinnair1 authored May 28, 2024
1 parent 6359a52 commit c232ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy to Github Pages
on:
push:
branches:
- master # Here source code branch is `master`, it could be other branch
- main # Here source code branch is `master`, it could be other branch

jobs:
build_and_deploy:
Expand Down

0 comments on commit c232ed9

Please # to comment.