Skip to content

Commit cad4848

Browse files
authored
Merge pull request #3 from MSavameri/feat/add-networkcontroller-create-tests
Fix(github): Trigger Docker publish workflow on all branches
2 parents 456901b + 0be08fd commit cad4848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "main" ] # Triggers the workflow on push events to the main branch
5+
branches: [ "**" ] # Triggers the workflow on push events to all branches
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)