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 f940f81 commit c468415Copy full SHA for c468415
.github/workflows/main.yml
@@ -4,14 +4,11 @@ name: CI
4
5
# Controls when the action will run.
6
on:
7
- # Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ master ]
10
pull_request:
11
12
-
13
- # Allows you to run this workflow manually from the Actions tab
14
- workflow_dispatch:
+ branches: [master]
+ schedule:
+ - cron: '0 0 * * 1'
15
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
jobs:
0 commit comments