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:
parent
dbf9d99e54
commit
52ec40cbdf
1 changed files with 3 additions and 1 deletions
4
.github/workflows/manifest.yml
vendored
4
.github/workflows/manifest.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Manifest
|
||||
on:
|
||||
- pull_request_target
|
||||
pull_request_target:
|
||||
paths:
|
||||
- 'west.yml'
|
||||
|
||||
jobs:
|
||||
contribs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue