From 72c7bc47b4e459015a7a4ccbec8b0848ef564bbb Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Thu, 18 Apr 2024 23:45:42 -0500 Subject: [PATCH] Fix CI path ignoring --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 59c6d90..2604704 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,11 +1,12 @@ +--- name: CI on: pull_request: push: branches: - main - paths: - - "!Artifacts.toml" # Impending package release. Will trigger via `tags` + paths-ignore: + - "Artifacts.toml" # Impending package release. Will trigger via `tags` tags: ["*"] concurrency: # Skip intermediate builds: on all builds except on the "main" branch.