Skip to content

Commit

Permalink
changed trigger for python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittmich committed Oct 7, 2023
1 parent c133be3 commit 051a650
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/black_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Unittests
on:
push:
branches:
- docs
- master
pull_request:
types: [opened, reopened, review_requested]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ci
name: Docs
on:
push:
branches:
- master
- main
- master
- docs
permissions:
contents: write
jobs:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ nav:
- File parameters models: file_parameters_models.md
plugins:
- mkdocstrings
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
Expand Down

0 comments on commit 051a650

Please sign in to comment.