diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a4067a..6f3166c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: "Run tests" -on: ["push"] +on: + push: + workflow_dispatch: + jobs: Run-tests: runs-on: ["ubuntu-latest"] diff --git a/.gitignore b/.gitignore index 1fed997..80ff516 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Venv, direnv .env .envrc +/venv # Python cache and eggs **egg-info