Skip to content

Commit 51a3210

Browse files
Sergey VilgelmSteadBytes
authored andcommitted
Run test workflow every day
1 parent 0f53873 commit 51a3210

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: Tests
22
on:
3-
- push
4-
- pull_request
3+
pull_request:
4+
branches:
5+
- "*"
6+
push:
7+
branches:
8+
- "*"
9+
schedule:
10+
- cron: "0 1 * * *"
511
jobs:
612
test:
713
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)