Skip to content

Commit

Permalink
ci: updated rules for build_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu committed Jul 31, 2024
1 parent ec4985c commit b11bc08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: docs

on:
push:
branches-ignore:
- 'v*'
branches:
- master
pull_request:
branches: [ main ]

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

jobs:
build:
Expand Down

0 comments on commit b11bc08

Please sign in to comment.