From 6dc1823a106609f614858ac5d6037153d448b1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 3 Nov 2020 22:39:40 +0100 Subject: [PATCH] TMP build on push MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/phpunit.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 60e341c70..596588dd4 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -3,9 +3,6 @@ name: PHPUnit on: pull_request: push: - branches: - - master - - stable* env: APP_NAME: deck @@ -256,7 +253,7 @@ jobs: - name: Set up php ${{ matrix.php-versions }} uses: "shivammathur/setup-php@v2" with: - php-version: "${{ matrix.php-version }}" + php-version: "${{ matrix.php-versions }}" extensions: mbstring, iconv, fileinfo, intl, oci8 tools: phpunit:8.5.2 coverage: none