Skip to content

Commit

Permalink
ci: Specify which tags trigger the workflow
Browse files Browse the repository at this point in the history
Only activate the workflow when specific tags are pushed to the repo,
related to the user images
  • Loading branch information
PMax5 authored and etejedor committed Jan 21, 2025
1 parent a37e83b commit 4aedc77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cascade-image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Update Child Images
on:
push:
tags:
- '*'
- base/*
- swan/*
- swan-cern/*

jobs:
update-dockerfiles:
Expand Down

0 comments on commit 4aedc77

Please sign in to comment.