Skip to content

Commit

Permalink
Re-eneable cd workflow on main branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
culka committed Jun 19, 2024
1 parent 956d2b6 commit 691ac8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run unit tests, push image to Docker hub and run e2e tests

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 691ac8d

Please sign in to comment.