Skip to content

Commit 1df6e1a

Browse files
committed
Add workflow_dispatch trigger to GitHub Actions test workflow
This change allows the tests workflow to be manually triggered from the GitHub UI using the workflow_dispatch event, in addition to the existing push and pull_request triggers.
1 parent 3643a34 commit 1df6e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)