Skip to content

Commit

Permalink
Clean up workflow run contexts, remove dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 22, 2024
1 parent 0ed7fe7 commit f5f14d1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ env:
CYTHON_MIN: cython==0.29.35
SCIPY_MIN: scipy==1.8.0

# TODO: undo these when PR is ready
on:
push:
# branches:
# - master
# - v1.**
branches:
- master
- v1.**
pull_request:
# branches:
# - master
# - v1.**
workflow_dispatch:
branches:
- master
- v1.**

jobs:

Expand Down

0 comments on commit f5f14d1

Please sign in to comment.