From bcd506c169ea690ac9e1eb457e14b0458a38eea8 Mon Sep 17 00:00:00 2001 From: Italo Date: Wed, 27 Jul 2022 15:05:47 -0400 Subject: [PATCH] Runs on all branches [skip ci] --- .github/workflows/php.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b3208d5..868d7b5 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -4,8 +4,6 @@ name: "Tests" on: push: - branch: - - "feat/improve-ci" ## TODO: Remove branch before PR. pull_request: jobs: @@ -124,4 +122,4 @@ jobs: CURRENT="$(git archive HEAD | tar --list --exclude="src" --exclude="src/*" --exclude=".stubs" --exclude=".stubs/*" --exclude="stubs" --exclude="stubs/*" --exclude="lang" --exclude="lang/*" --exclude="config" --exclude="config/*" --exclude="database" --exclude="database/*" --exclude="resources" --exclude="resources/*" --exclude="routes" --exclude="routes/*" | paste -s -d ",")" echo "CURRENT =${CURRENT}" echo "EXPECTED=${EXPECTED}" - test "${CURRENT}" == "${EXPECTED}" \ No newline at end of file + test "${CURRENT}" == "${EXPECTED}"