Skip to content

Commit e12e9ad

Browse files
bsipoczagoose77
andauthored
CI: add cron and workflow dispatch (#119)
* CI: default branch has been renamed * CI: adding cron * CI: adding workflow_dispatch --------- Co-authored-by: Angus Hollands <goosey15@gmail.com>
1 parent 50ee4d3 commit e12e9ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ name: continuous-integration
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- main
67
tags:
7-
- 'v*'
8+
- '*'
89
pull_request:
10+
schedule:
11+
- cron: '0 5 * * 1'
12+
workflow_dispatch:
913

1014

1115
jobs:

0 commit comments

Comments
 (0)