From 395e1ba8261ff3b5cd707264e40158fba56e55ba Mon Sep 17 00:00:00 2001 From: Dhruva Sambrani <44899822+DhruvaSambrani@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:17:40 +0530 Subject: [PATCH] Update website.yml to not run on PRs --- .github/workflows/website.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1ec6050f..8f772e12 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -5,8 +5,6 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "master" ] - pull_request: - branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: