Skip to content

Commit

Permalink
chore: workflow dispatch added (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan authored Dec 14, 2023
1 parent 973fd19 commit e892dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

jobs:
dcp:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

jobs:
integration:
Expand Down

0 comments on commit e892dde

Please sign in to comment.