We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d374d6 commit 3555400Copy full SHA for 3555400
1 file changed
.github/workflows/webpack.yml
@@ -5,6 +5,10 @@ on:
5
push:
6
branches: ["main"]
7
8
+ schedule:
9
+ # Every 3 days at 06:34 UTC
10
+ - cron: "34 6 */3 * *"
11
+
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
14
0 commit comments