Skip to content

Commit

Permalink
Add workflow-dispatch trigger to UnitTest.yml (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimikage committed Apr 30, 2024
1 parent cb1efdd commit e170197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- release-*
tags: ['*']
pull_request:
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/UnitTestArm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
- release-*
tags: ['*']
pull_request:
workflow_dispatch:
permissions:
Expand Down

0 comments on commit e170197

Please sign in to comment.