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 fb6572d commit e0c2a44Copy full SHA for e0c2a44
.github/workflows/ci.yml
@@ -2,8 +2,6 @@ name: Build and push image to registry
2
3
on:
4
push:
5
- branches:
6
- - main
7
schedule:
8
- cron: "0 10 * * 1"
9
workflow_dispatch:
@@ -50,4 +48,4 @@ jobs:
50
48
tags: ${{ steps.meta.outputs.tags }}
51
49
labels: ${{ steps.meta.outputs.labels }}
52
no-cache: true
53
- push: true
+ push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments