Skip to content

Commit

Permalink
fix: ci rules now properly call main
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu committed Jul 31, 2024
1 parent b11bc08 commit 735bb58
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docs
on:
push:
branches:
- master
- main
pull_request:
branches: [ main ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tests
on:
push:
branches:
- master
- main
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 735bb58

Please sign in to comment.