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