From 50bb408e188ad1881fa8fa3d3b96664c33d45acb Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Tue, 16 May 2023 10:51:39 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1921310..4d3ab1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [push, pull_request] - +on: + push: + paths-ignore: + - 'Resources/**' + pull_request: + paths-ignore: + - 'Resources/**' + jobs: build: strategy: