diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index c102b77..d7510f6 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -75,7 +75,7 @@ jobs: path: ./_site deploy: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'cypherpunks-core/cypherpunks-core.github.io' needs: build runs-on: ubuntu-latest environment: