Skip to content

Commit

Permalink
build(gh): add workflow_dispatch to .Net and Rs CI (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Dec 9, 2024
1 parent 376bd4b commit 1b956d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/net-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
- 'net/**'
- 'Sales.Net.sln'

workflow_dispatch:

jobs:
build_test:
name: Test Managed Code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- 'Cargo.lock'
- 'Cargo.toml'
- 'rust-toolchain.toml'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 1b956d6

Please sign in to comment.