We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2112af commit dbd59ceCopy full SHA for dbd59ce
1 file changed
.github/workflows/deploy.yml
@@ -2,6 +2,8 @@ name: Deploy
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches: [ chore/deployment ] # TODO remove before merge
7
8
env:
9
IMAGE: evcc/optimizer
0 commit comments