Skip to content

Commit 3d22fbd

Browse files
committed
run CI pipeline regularly
1 parent 46dd932 commit 3d22fbd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
---
12
name: Tests
2-
on: [push]
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened]
7+
schedule:
8+
- cron: '16 19 25 * *'
9+
310
jobs:
411
build:
512
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)