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: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths-ignore:
- '**/README.md'
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
paths-ignore:
- '**/README.md'
env: env:
BUILD_NUMBER: ${{ github.run_number }} BUILD_NUMBER: ${{ github.run_number }}