Skip to content

Commit

Permalink
ci: test.yml - add workflow_dispatch trigger (#14)
Browse files Browse the repository at this point in the history
## Description

To manually trigger "test" workflow after creating a PR by bot.

## Impact on users using Chronovoyage

None
  • Loading branch information
noritakaIzumi authored Nov 4, 2024
1 parent 2829b07 commit d2c6b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
workflow_call:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d2c6b67

Please sign in to comment.