Skip to content

Commit 4055aac

Browse files
author
Sébastien HOUZÉ
authored
feat: manage tagged releases (#2)
1 parent e4b47b9 commit 4055aac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: Coninuous Deployment
1+
name: Continuous Deployment
22

33
on:
44
push:
55
branches:
66
- master
7-
- "7.4"
87
schedule:
98
- cron: "0 0 * * *"
9+
release:
10+
types:
11+
- published
1012

1113
env:
1214
DOCKER_BUILDKIT: 1

0 commit comments

Comments
 (0)