Skip to content

Commit b9a5a05

Browse files
committed
build docker image in dev branch
1 parent 7833865 commit b9a5a05

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- production
8+
- dev
89
- testing
910
tags:
1011
- 'v*'
@@ -178,6 +179,7 @@ jobs:
178179
github.ref == 'refs/heads/production' ||
179180
github.ref == 'refs/heads/master' ||
180181
github.ref == 'refs/heads/testing' ||
182+
github.ref == 'refs/heads/dev' ||
181183
startsWith(github.ref, 'refs/tags/')
182184
steps:
183185
- name: Checkout repository

0 commit comments

Comments
 (0)