Skip to content

Commit

Permalink
CI: support workflow dispatch (#73)
Browse files Browse the repository at this point in the history
It is often nice to be able to run tests manually without code changes.
  • Loading branch information
simonrw authored Sep 6, 2024
1 parent 331a3ce commit ebe785d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
Expand Down

0 comments on commit ebe785d

Please sign in to comment.