From: Tom Christie Date: Mon, 4 May 2020 11:52:23 +0000 (+0100) Subject: Update test-suite.yml (#925) X-Git-Tag: 0.13.0.dev1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34c89a81995fccee01a41de057e1f6a1e2a3dfa;p=thirdparty%2Fhttpx.git Update test-suite.yml (#925) Run Test Suite on commits to master. --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 2e844a70..d7b10500 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -2,6 +2,8 @@ name: Test Suite on: + push: + branches: ["master"] pull_request: branches: ["master"]