Skip to content

Commit

Permalink
Merge pull request #77 from ami-iit/addfindpackagecheck
Browse files Browse the repository at this point in the history
Add workflow_dispatch trigger for CI
  • Loading branch information
S-Dafarra authored Apr 10, 2024
2 parents a6cfddf + c6ee3a6 commit 1d40080
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 1d40080

Please sign in to comment.