From 57e9e98cd83e7e3195ae8f6ab93a72113303df81 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Aug 2024 07:09:28 -0400 Subject: [PATCH] .yml formatting --- .github/workflows/ci-security.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index 3c4b4f55dc..ee8c4d54ae 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -6,7 +6,11 @@ on: - dev - master pull_request_target: - types: [opened, reopened, labeled, synchronize] + types: + - opened + - reopened + - labeled + - synchronize branches: - dev - master