Skip to content

Commit

Permalink
Add workflow_dispatch trigger for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 9, 2024
1 parent 2dbf5db commit 83b5d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: C++ CI Workflow
on:
push:
pull_request:
workflow_dispatch:

env:
Catch2_TAG: v3.0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: C++ CI Workflow with conda-forge dependencies
on:
push:
pull_request:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
# Execute a "nightly" build at 2 AM UTC
Expand Down

0 comments on commit 83b5d68

Please sign in to comment.