From 6d9228b1ada7cb6caba0e529997a340a5a73afee Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 22 Nov 2023 23:55:03 -0700 Subject: [PATCH] Only do push testing on master branch --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e369c3b..b619c4e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,6 +3,8 @@ name: Testing for dovecot-fts-flatcurve on: push: + branches: + - master paths: - 'src/**' pull_request: