Skip to content

Commit 48697dd

Browse files
Update .github/workflows/tests.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 934bef2 commit 48697dd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ on:
88
- trying
99
- staging
1010
- main
11-
schedule:
12-
- cron: '0 3 * * 1'
11+
on:
12+
pull_request:
13+
push:
14+
# trying and staging branches are for BORS config
15+
branches:
16+
- trying
17+
- staging
18+
- main
19+
schedule:
20+
- cron: '0 3 * * 1'
1321

1422
env:
1523
fail-fast: true

0 commit comments

Comments
 (0)