Skip to content

Commit

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

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

jobs:
release:
Expand Down

0 comments on commit 9914ee4

Please sign in to comment.