Skip to content

Commit 4d447fc

Browse files
committed
ci: 🔧 add on.push trigger for CodeQL default branch analysis
1 parent 319ba7a commit 4d447fc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Build Pipeline
33

44
on:
55
workflow_dispatch:
6+
push:
7+
branches:
8+
- main
9+
- develop
10+
paths-ignore:
11+
- '**.md'
12+
- 'docs/**'
13+
- 'LICENSE'
614
pull_request:
715
branches:
816
- main

0 commit comments

Comments
 (0)