From 993953e7d10e3a57c55360ed7f7b81c620fab411 Mon Sep 17 00:00:00 2001 From: MrGadget1024 <9826063+MrGadget1024@users.noreply.github.com> Date: Sun, 12 Nov 2023 03:30:16 -0500 Subject: [PATCH] Updated main.yml - same run restrictirons for PR's as Push --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bf1bef71..271d3f692 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,20 @@ name: Main on: workflow_dispatch: pull_request: + branches: + - master + paths-ignore: + - 'Packages/**' + - 'ProjectSettings/**' + - '.github/**' + - '.gitattributes' + - '.gitignore' + - '.editorconfig' + - 'LICENSE' + - '**.md' + - '**.yml' + - '**.txt' + - '**.ps1' push: branches: - master