Skip to content

Commit c468415

Browse files
committed
Run CI on all branches and every week.
1 parent f940f81 commit c468415

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ name: CI
44

55
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
87
push:
9-
branches: [ master ]
108
pull_request:
11-
branches: [ master ]
12-
13-
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
9+
branches: [master]
10+
schedule:
11+
- cron: '0 0 * * 1'
1512

1613
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1714
jobs:

0 commit comments

Comments
 (0)