Skip to content

Commit d17d0b5

Browse files
committed
tags
1 parent 9d3f12d commit d17d0b5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: CI/CD - Build and Push Docker Image to GHCR
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
8-
6+
tags:
7+
- '*' # Matches any tag name
98
# Optional: Allows manual triggering of the workflow from the GitHub Actions tab
109
workflow_dispatch:
1110

0 commit comments

Comments
 (0)