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

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 }}