Update build.yml

This commit is contained in:
Nereziel
2023-11-21 20:02:15 +01:00
committed by GitHub
parent 2929735429
commit 7bada81eb9

View File

@@ -5,6 +5,10 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- '.gitignore'
- 'LICENSE'
env:
BUILD_NUMBER: ${{ github.run_number }}
@@ -12,7 +16,6 @@ env:
PROJECT_NAME: "WeaponPaints"
OUTPUT_PATH: "./WeaponPaints"
jobs:
build:
permissions: write-all