Update build.yml

This commit is contained in:
Dawid Bepierszcz 2023-12-03 21:08:37 +01:00 • committed by GitHub
parent d16b92e694
commit 2ea03caeed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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