Actions: Update PR triggers for submodule pointer check

This ensures the check is run when a draft PR
for bumping the submodule is brought out of draft.
This commit is contained in:
Aditya Sharad
2023-04-05 07:55:38 -07:00
parent ce2ea9c9b2
commit d8ec9f5291

View File

@@ -6,6 +6,11 @@ on:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
types:
- opened
- synchronize
- ready_for_review
- reopened
schedule: schedule:
- cron: '42 12 * * *' - cron: '42 12 * * *'