From dcc164ffe2191b6a3cc981ba8df4dcc6d9374ca7 Mon Sep 17 00:00:00 2001 From: Skelmis Date: Sat, 30 Sep 2023 11:01:14 +1000 Subject: [PATCH] chore: make actions nicer to remove duplicate runs --- .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 9e29b53..02c22e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,9 @@ # This workflow will install Python dependencies and run tests name: "Pytest" -on: [pull_request, push] +on: + pull_request: + push: + branches: master jobs: run_tests: