Skip to content

Commit 5e0cbc5

Browse files
committed
Force run deployment workflow
1 parent aebf37b commit 5e0cbc5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
name: CMBenv Docker Deploy
66

7+
# on:
8+
# push:
9+
# tags:
10+
# - '*'
11+
712
on:
813
push:
9-
tags:
10-
- '*'
14+
branches: master
1115

1216
env:
1317
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)