mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2024-11-12 10:25:10 +01:00
CI: Add paths to ignore and README badge
This commit is contained in:
parent
0e5cd48f05
commit
bc11550129
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.gitignore'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.gitignore'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
|
||||
env:
|
||||
# Use SHA instead of the branch for caching purposes
|
||||
|
Loading…
Reference in New Issue
Block a user