Skip to content

Commit

Permalink
MNT specify when to run actions (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc authored Dec 1, 2023
1 parent ef39861 commit 66eb777
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Build docs

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build-docs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/install_from_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
install-from-wheel:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
run-tests:
Expand Down

0 comments on commit 66eb777

Please sign in to comment.