From f8b10911043b0c66b377e690ae0baebfab0e5e57 Mon Sep 17 00:00:00 2001 From: "Dr. Awesome Doge" Date: Mon, 15 Dec 2025 14:51:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=BE=A9=20CI=EF=BC=9A=E5=8F=AA?= =?UTF-8?q?=E5=9C=A8=E4=B8=BB=20repo=20=E7=9A=84=20push=20=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E6=99=82=E9=83=A8=E7=BD=B2=20Pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: