Skip to content

Commit

Permalink
add workflow_dispatch:
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 12, 2024
1 parent 9708505 commit 0144992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blazor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: blazor

on:
workflow_dispatch:

push:
branches: ["main"]
paths: ["src/apps/blazor/**"]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webapi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: webapi

on:
workflow_dispatch:

push:
branches: ["main"]
paths: ["src/api/**"]
Expand Down

0 comments on commit 0144992

Please sign in to comment.