From aa9630817dfe01f12a81df92590600c26be9b4a8 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Tue, 4 Jul 2023 00:40:31 +0200 Subject: [PATCH] Revert "deploy on push" This reverts commit 4efe09dd660948365fccceec077180b01c0ccb6d. --- .github/workflows/cloudflare-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 5902059bc0..1e3d7c16b4 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -5,6 +5,7 @@ name: cloudflare-pages on: # A push occurs to one of the matched branches. push: + branches: [master] # Or when a pull request event occurs for a pull request against one of the # matched branches. pull_request: