Skip to content

Commit 529f8bc

Browse files
committed
Build new image whenever a branch is pushed to
1 parent 6ced91a commit 529f8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build Development
22

33
on:
44
push:
5+
branches: [ '**' ]
56
tags:
67
- v[0-9]+.[0-9]+.[0-9]+-** # Semver Pre-Release
78
pull_request:

0 commit comments

Comments
 (0)