diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fc92826c5..7dd4b53a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,7 @@ on: jobs: test: + if: github.repository == 'ajalt/clikt' strategy: matrix: os: [ macos-latest, windows-latest, ubuntu-latest ] @@ -49,6 +50,7 @@ jobs: deploy: needs: test runs-on: macos-latest + if: github.repository == 'ajalt/clikt' steps: - uses: actions/checkout@v3 - name: Fetch git tags