Skip to content

Commit 870a705

Browse files
committed
adjust workflow triggers
1 parent d67c1f7 commit 870a705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: ["master"]
6+
pull_request:
7+
# Run once a day.
8+
schedule:
9+
- cron: "0 8 * * *"
410

511
concurrency:
612
group: 'tests-${{ github.head_ref || github.run_id }}'

0 commit comments

Comments
 (0)