From b6e57b3675f8addf4d01a04c4697f67ac857d28c Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Wed, 22 Mar 2023 07:50:22 +0000 Subject: [PATCH] Fix (ci): Always run `test-publish-to-psgallery` Fixes a bug in #76. --- .github/workflows/ci-master-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 443bb16..13e7582 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -117,7 +117,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} test-publish-to-psgallery: - if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2