From 2a143b66f7e546eda36d734b4b28b9c7ead22d24 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Mon, 5 Feb 2024 10:40:23 -0500 Subject: Add workflow run limitations --- .github/workflows/builds.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to '.github/workflows/builds.yml') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index db71c8d..afc2d7e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1,6 +1,22 @@ name: Builds -on: [push, pull_request] +on: + push: + paths-ignore: + - '.github/**' + - '.vscode/**' + - 'docs/**' + - 'LICENSE-EXCEPTIONS.md' + - 'LICENSE.md' + - 'README.md' + pull_request: + paths-ignore: + - '.github/**' + - '.vscode/**' + - 'docs/**' + - 'LICENSE-EXCEPTIONS.md' + - 'LICENSE.md' + - 'README.md' env: GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot -- cgit v1.2.3-56-ga3b1