diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86ba571..8ec1127 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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