mirror of
https://github.com/Relintai/godot-mono-builds.git
synced 2025-02-04 16:16:04 +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
|
name: Build
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '.gitignore'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '.gitignore'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use SHA instead of the branch for caching purposes
|
# Use SHA instead of the branch for caching purposes
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Mono build scripts for Godot
|
# Mono build scripts for Godot
|
||||||
|
|
||||||
|
![Build](https://github.com/godotengine/godot-mono-builds/workflows/Build/badge.svg)
|
||||||
|
|
||||||
This repository contains scripts for building the Mono runtime to use with Godot Engine
|
This repository contains scripts for building the Mono runtime to use with Godot Engine
|
||||||
|
|
||||||
## Command-line options
|
## Command-line options
|
||||||
|
Loading…
Reference in New Issue
Block a user