Skip to content

Commit 0cafaf4

Browse files
committed
chore: add pull request trigger to Docker publish workflow
- Introduced a pull request trigger for the Docker publish workflow on the main branch to enhance CI/CD processes.
1 parent f1e2582 commit 0cafaf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
branches: [ "main", "dockerify", "experimental"]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
15+
pull_request:
16+
branches: [ "main" ]
1517

1618
env:
1719
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)