Skip to content

Commit 4b5d38b

Browse files
committed
test a bit more
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 0874ecd commit 4b5d38b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/suite.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ cat <<EOF
2626
name: suite
2727
2828
on:
29+
push:
30+
pull_request:
2931
schedule:
3032
- cron: '00 1 * * 1' # At 01:00 on Mondays.
3133
workflow_dispatch:

.github/workflows/suite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: suite
22

33
on:
4+
push:
5+
pull_request:
46
schedule:
57
- cron: '00 1 * * 1' # At 01:00 on Mondays.
68
workflow_dispatch:

0 commit comments

Comments
 (0)