ci: manifest: Trigger unconditionally

The GitHub Actions trigger-on-file-change mechanism may fail to trigger
for very large PRs (300+ files changed).

This commit updates the manifest workflow such that it runs on all pull
requests, regardless of whether `west.yml` is modified.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-10-21 23:18:58 +09:00
parent 79f20ce4d4
commit d018b2ba67

View file

@ -1,8 +1,6 @@
name: Manifest
on:
pull_request_target:
paths:
- 'west.yml'
jobs:
contribs: