From 020ae6440a88da139e8737695e27e06029274dd4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 14 May 2022 14:43:09 -0400 Subject: [PATCH] Updated test.yml --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e675d0c..cad6ba30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - "**" pull_request: branches: - main @@ -18,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: shellcheck uses: reviewdog/action-shellcheck@v1.15 - + test-pull-requests-from-forks: name: Test changed-files diff on pull_requests from forks runs-on: ${{ matrix.platform }} @@ -140,7 +141,7 @@ jobs: echo "${{ toJSON(steps.changed-files.outputs) }}" shell: bash - + - name: Run changed-files-specific with non existent base sha id: changed-files-specific uses: ./ @@ -180,7 +181,7 @@ jobs: echo "${{ toJSON(steps.changed-files.outputs) }}" shell: bash - + - name: Run changed-files-specific with non existent sha id: changed-files-specific uses: ./