Skip to content

Commit

Permalink
fix(workflows): i think this should do it
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu12329 committed Feb 16, 2024
1 parent b18514e commit 141f4f2
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 @@ -2,7 +2,9 @@ name: Docker Image CI

on:
push:
branches: ['master', 'dev']
branches: ['dev']
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
IMAGE_NAME: bingusboingus
Expand Down

0 comments on commit 141f4f2

Please sign in to comment.