Skip to content

Commit 691ac8d

Browse files
committed
Re-eneable cd workflow on main branch push
1 parent 956d2b6 commit 691ac8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run unit tests, push image to Docker hub and run e2e tests
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
workflow_dispatch:
69

0 commit comments

Comments
 (0)