Update build.yml

This commit is contained in:
Nereziel
2023-11-21 20:06:31 +01:00
committed by GitHub
parent a504506129
commit d79246f161

View File

@@ -3,12 +3,16 @@ name: Build
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/README.md'
- '**/.gitignore'
- '**/LICENSE'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- '.gitignore'
- 'LICENSE'
- '**/README.md'
- '**/.gitignore'
- '**/LICENSE'
env:
BUILD_NUMBER: ${{ github.run_number }}