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:
revi 2024-05-26 15:01:11 +09:00
parent 50a7eeb582
commit 609068524b
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

View file

@ -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: