Skip to content

Commit

Permalink
Merge pull request #154 from Bastian-Krause/bst/workflow_dispatch
Browse files Browse the repository at this point in the history
github: add workflow_dispatch trigger
  • Loading branch information
ejoerns authored May 3, 2023
2 parents 767a8f8 + d57d993 commit c5e2091
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 c5e2091

Please sign in to comment.