Updated main.yml

- same run restrictirons for PR's as Push
This commit is contained in:
MrGadget1024 2023-11-12 03:30:16 -05:00
parent 5c82baff38
commit 993953e7d1

View File

@ -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