Skip to content

Commit

Permalink
update branch names.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlizzCrafter committed Oct 21, 2024
1 parent 9127bfa commit 26005c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy Documentation
on:
push:
branches:
- 'main'
- 'master'

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Build Documentation
on:
pull_request:
branches:
- 'main'
- 'master'

workflow_dispatch:

Expand Down

0 comments on commit 26005c7

Please sign in to comment.