Skip to content

Commit 29e27a0

Browse files
committed
Updating styling
1 parent 426f623 commit 29e27a0

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@ name: CodeQL
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches:
6+
- master
7+
- support/SDK-V3
8+
- feature/**
9+
- bugfix/**
10+
- dependabot/**
11+
- feature/security-workflows
612
# will skip CodeQL for changes in the following paths (docs, tests, etc)
713
push:
8-
branches: [ main ]
9-
# schedule:
10-
# - cron: '21 6 * * 0'
14+
branches:
15+
- master
16+
- support/SDK-V3
17+
- feature/**
18+
- bugfix/**
19+
- dependabot/**
20+
- feature/security-workflows
1121
workflow_dispatch:
1222

1323
jobs:

0 commit comments

Comments
 (0)