Skip to content

Commit

Permalink
BLD: Allow CI workflows to be re-run manually
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed Feb 16, 2023
1 parent 951c432 commit 5825834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Conda

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
TestConda:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pip

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
TestLinux:
Expand Down

0 comments on commit 5825834

Please sign in to comment.