Skip to content

Commit

Permalink
run docker build on dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
aSauerwein committed Apr 5, 2022
1 parent b3bcaa3 commit 783d85f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Docker
on:
release:
types: [published]

push:
branches:
- 'dev*'
jobs:

build:
Expand Down

0 comments on commit 783d85f

Please sign in to comment.