Skip to content

Commit

Permalink
github: add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
This trigger allows us to run the test suite with a push on a button.

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Apr 24, 2023
1 parent 767a8f8 commit d57d993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tests

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand Down

0 comments on commit d57d993

Please sign in to comment.