Skip to content

Commit 2def367

Browse files
authored
fix(ci): Filter branches
1 parent b065b3d commit 2def367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
schedule:
77
- cron: "0 0 * * *"
88
push:
9-
9+
- branches: ["eln", "el10-kitten", "el10"]
1010
env:
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)