From bc115501291602db722cd6c77290b963c948c27f Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Fri, 15 May 2020 00:54:49 +0200 Subject: [PATCH] CI: Add paths to ignore and README badge --- .github/workflows/build.yml | 12 +++++++++++- README.md | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) 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