From d1e4ff1270afb168a60a8f6e543ffe6650bfed08 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 23 Sep 2024 09:04:39 -0700 Subject: [PATCH] .sync: Update codeql to run on dev/* branches (#371) Updates `codeql.yml` and `codeql-platform.yml` to run on dev/* branches. --- .sync/workflows/leaf/codeql-platform.yml | 2 ++ .sync/workflows/leaf/codeql.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.sync/workflows/leaf/codeql-platform.yml b/.sync/workflows/leaf/codeql-platform.yml index da982bd3..b509acc0 100644 --- a/.sync/workflows/leaf/codeql-platform.yml +++ b/.sync/workflows/leaf/codeql-platform.yml @@ -33,10 +33,12 @@ on: branches: - main - release/* + - dev/* pull_request: branches: - main - release/* + - dev/* paths-ignore: - '!**.c' - '!**.h' diff --git a/.sync/workflows/leaf/codeql.yml b/.sync/workflows/leaf/codeql.yml index b5cb1d99..c3fc9b1e 100644 --- a/.sync/workflows/leaf/codeql.yml +++ b/.sync/workflows/leaf/codeql.yml @@ -32,10 +32,12 @@ on: branches: - main - release/* + - dev/* pull_request: branches: - main - release/* + - dev/* paths-ignore: - '!**.c' - '!**.h'