mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated main.yml
- same run restrictirons for PR's as Push
This commit is contained in:
parent
5c82baff38
commit
993953e7d1
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user