We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956d2b6 commit 691ac8dCopy full SHA for 691ac8d
1 file changed
.github/workflows/cd.yml
@@ -1,6 +1,9 @@
1
name: Run unit tests, push image to Docker hub and run e2e tests
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
pull_request:
8
workflow_dispatch:
9
0 commit comments