Skip to content

Commit b9b5026

Browse files
authored
Add pull request trigger to simulator-test workflow (#587)
1 parent 5faddc2 commit b9b5026

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/simulator-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
pull_request:
7+
types: [ opened, synchronize, reopened, ready_for_review ]
68
workflow_dispatch:
79
schedule:
810
- cron: '0 1 * * *' # Runs daily at 01:00 UTC

0 commit comments

Comments
 (0)