Skip to content

Commit bf46e8e

Browse files
authored
Run CI on cron to avoid stale
1 parent aadfa24 commit bf46e8e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/continuous-integration.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Testing
2-
on: [push]
2+
on:
3+
pull_request: ~
4+
push:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: "30 6 * * 1"
39
jobs:
410
build:
511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)