We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 456901b + 0be08fd commit cad4848Copy full SHA for cad4848
.github/workflows/docker-publish.yml
@@ -2,7 +2,7 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ "main" ] # Triggers the workflow on push events to the main branch
+ branches: [ "**" ] # Triggers the workflow on push events to all branches
6
# Allows you to run this workflow manually from the Actions tab
7
workflow_dispatch:
8
0 commit comments