Skip to content

Commit

Permalink
Fix CI path ignoring (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Apr 19, 2024
1 parent 4b34705 commit 32176ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 32176ab

Please sign in to comment.