From 630e9f4533cfbd52418cfe4077aac4a03464de4d Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Tue, 8 Aug 2023 14:02:21 -0600 Subject: [PATCH] fix the pages build to only run on main repo --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 310de63..41d46d8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -24,6 +24,7 @@ concurrency: jobs: # Single deploy job since we're just deploying deploy: + if: github.repository == 'EmulatorJS/EmulatorJS' environment: name: github-pages url: "https://demo.emulatorjs.org"