Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit e43f73e

Browse files
committed
Update workflow to run on PR
Signed-off-by: Devin Bonnie <[email protected]>
1 parent 67b6287 commit e43f73e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_test_release_latest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build & Test release-latest
22
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37
schedule:
48
# Run every hour. This helps detect flakiness,
59
# and broken external dependencies.

0 commit comments

Comments
 (0)