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
Родитель c9d3b81617
Коммит 6540abb3f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 66D1E528054C320C
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

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