BazerData.jl

Data manipulation utilities for Julia
Log | Files | Refs | README | LICENSE

commit 79506f32a90c016825a9915e8c02a41560df73a9
parent 6fec9b5f3920c4a3dc97d59ee5a15483bcc231d4
Author: Erik Loualiche <[email protected]>
Date:   Wed, 25 Feb 2026 08:12:01 -0600

restrict CI to version tags only

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Diffstat:
M.github/workflows/CI.yml | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -1,10 +1,7 @@ name: CI on: push: - branches: - - main - tags: ['*'] - pull_request: + tags: ['v*'] concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build.