Skip to content

Commit

Permalink
ga: updated github actions to trigger on main branch instead of master (
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu authored Nov 16, 2023
1 parent 1e2badb commit 65451fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sphinx-no-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-docs

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build_docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
build_docs:
Expand Down

0 comments on commit 65451fb

Please sign in to comment.