Skip to content

Commit

Permalink
chore: temp add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp Dong committed Oct 31, 2024
1 parent 5db80d2 commit f534f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- dev**
pull_request:
types: [opened, synchronize, reopened]
on: workflow_dispatch

jobs:
compile:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
create:
tags:
- v*
on: workflow_dispatch

jobs:
release:
Expand Down

0 comments on commit f534f08

Please sign in to comment.