diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2025-12-15 18:48:35 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2025-12-15 18:48:35 +0530 |
| commit | 43b2d326890100634ddc2c546897301b0e51662d (patch) | |
| tree | 771a75618b306e60e88de5c25997eb912e984980 /.github/workflows | |
| parent | 788d43574f600fda827a0d18e7fd89e783c7b5a7 (diff) | |
| download | vyos-1x-43b2d326890100634ddc2c546897301b0e51662d.tar.gz vyos-1x-43b2d326890100634ddc2c546897301b0e51662d.zip | |
T8100: updated pullrequest_target trigger branch filters updated
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/add-pr-labels.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-pr-message.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/codeql.yml | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index a0c076064..d9e307ddf 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -5,6 +5,8 @@ on: pull_request_target: branches: - current + - circinus + - sagitta permissions: pull-requests: write diff --git a/.github/workflows/check-pr-message.yml b/.github/workflows/check-pr-message.yml index 625ba2d75..e03a9ec06 100644 --- a/.github/workflows/check-pr-message.yml +++ b/.github/workflows/check-pr-message.yml @@ -5,6 +5,8 @@ on: pull_request_target: branches: - current + - circinus + - sagitta types: [opened, synchronize, edited] permissions: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 143029c14..3f7e839e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,14 +2,14 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current" ] + branches: [ "current", "circinus", "sagitta" ] paths: - '**' - '!.github/**' - '!**/*.md' pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: [ "current", "circinus", "sagitta" ] paths: - '**' - '!.github/**' |
