diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91419cc..c8a6327 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index 0f29bac..3392c0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # 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 ## Command-line options