From 4581dc51c213fcb6bfde9ab04e473161e70e9ac7 Mon Sep 17 00:00:00 2001 From: Zinny Date: Mon, 8 Jul 2024 08:45:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Prevent=20website=20action=20fro?= =?UTF-8?q?m=20failing=20on=20PRs=20(#99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build and Deploy to GitHub Pages.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/Build and Deploy to GitHub Pages.yaml b/.github/workflows/Build and Deploy to GitHub Pages.yaml index 9582fa6..1daed12 100644 --- a/.github/workflows/Build and Deploy to GitHub Pages.yaml +++ b/.github/workflows/Build and Deploy to GitHub Pages.yaml @@ -3,8 +3,6 @@ name: Build and Deploy to GitHub Pages on: push: branches: [ "master", "main" ] - pull_request: - branches: [ "master", "main" ] workflow_dispatch: jobs: