From 700208cece4ab855f70bad8538715e902a1e7a93 Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:04:02 -0500 Subject: [PATCH] Add selectors for bootstrap job so it doesn't run on template repo Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> --- .github/workflows/bootstrap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index e3c98b0..f010056 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -4,6 +4,8 @@ run-name: first time setup of repo on: # run when branch created (repo generated from template) create: + - main + - master # only keep latest run of this workflow concurrency: