We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b84b4 commit 88e9af6Copy full SHA for 88e9af6
1 file changed
.github/workflows/build.yaml
@@ -1,13 +1,16 @@
1
2
-name: Build Tutorials
+name: AnyBody Tutorials
3
4
on:
5
push:
6
branches: [ master ]
7
tags: ["*"]
8
pull_request:
9
10
- workflow_dispatch:
+ workflow_dispatch: {}
11
+ schedule:
12
+ - cron: '0 0 * * 5'
13
+
14
15
16
concurrency:
@@ -197,4 +200,4 @@ jobs:
197
200
id: deployment
198
201
uses: actions/deploy-pages@v4
199
202
-
203
0 commit comments