Compare commits

...

1 Commits

Author SHA1 Message Date
Nereziel
d79246f161 Update build.yml 2023-11-21 20:06:31 +01:00

View File

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