CI(GitHub Actions): run builds on workflow yml file edit
Summary: different ci config might render jobs to fail. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Verify test run after `arc land` Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D139
This commit is contained in:
parent
50a7eeb582
commit
609068524b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
|
@ -3,9 +3,11 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'container/**'
|
||||
- '.github/workflows/build-container.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'container/**'
|
||||
- '.github/workflows/build-container.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue