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 266eba7 commit 41064f0Copy full SHA for 41064f0
.github/workflows/ci-cd.yml
@@ -1,6 +1,10 @@
1
name: CI/CD
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ push:
5
+ workflow_dispatch:
6
+ schedule:
7
+ - cron: '0 0 * * 0'
8
9
env:
10
DOCKER_BUILDKIT: 1
0 commit comments