1 parent 5faddc2 commit b9b5026Copy full SHA for b9b5026
1 file changed
.github/workflows/simulator-test.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- main
6
+ pull_request:
7
+ types: [ opened, synchronize, reopened, ready_for_review ]
8
workflow_dispatch:
9
schedule:
10
- cron: '0 1 * * *' # Runs daily at 01:00 UTC
0 commit comments