We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a330b8 commit df2273aCopy full SHA for df2273a
1 file changed
.github/workflows/release_nightly.yml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
- cron: "15 20 * * *" # 20:15 UTC, every day
6
workflow_dispatch: {}
7
+ push:
8
+ branches:
9
+ - ch/nightly-release-pipeline
10
11
env:
12
container_registry: ghcr.io/edgelesssys
0 commit comments