From 609068524b14975faf43f6feff2c66e7259fcb7b Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sun, 26 May 2024 15:01:11 +0900 Subject: [PATCH] CI(GitHub Actions): run builds on workflow yml file edit Summary: different ci config might render jobs to fail. Signed-off-by: Yongmin Hong 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 --- .github/workflows/build-container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 277a618..eaa75cd 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -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: