actions: run manifest workflow only on manifest changes

Run the manifest workflow only when west.yml changes.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-01-18 11:51:24 -05:00 committed by Kumar Gala
commit 52ec40cbdf

View file

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