From 0829174325f18bdc202629f9c8411c990b0a6aa3 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:55:50 +0530 Subject: T6564: workflow trigger restrctions for equuleus --- .github/workflows/codeql.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 92a2dc653..98c12583a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,10 +4,18 @@ on: push: branches: - equuleus - pull_request: + paths: + - '**' + - '!.github/**' + - '!**/*.md' + pull_request_target: # The branches below must be a subset of the branches above branches: - equuleus + paths: + - '**' + - '!.github/**' + - '!**/*.md' schedule: - cron: '22 10 * * 0' workflow_dispatch: -- cgit v1.2.3