From 2eeaf91c6cd92c1bc69bc3b84994aa2f0ed68c51 Mon Sep 17 00:00:00 2001 From: Matthew Upson Date: Tue, 1 Nov 2022 15:01:33 +0100 Subject: [PATCH 1/2] chg: Update CI launch conditions --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] From f7c17e7dd4829cc99ae839041911f8b0ac7f2756 Mon Sep 17 00:00:00 2001 From: Matthew Upson Date: Tue, 1 Nov 2022 15:01:40 +0100 Subject: [PATCH 2/2] chg: Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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