Skip to content

Commit

Permalink
chore: allow triggering tests workflow manually (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Nov 6, 2024
1 parent 7d620a8 commit b470314
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Tests
on: push
on:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b470314

Please sign in to comment.