Skip to content

Commit 35ebc9e

Browse files
authored
CI pipelines updates
1 parent 4894845 commit 35ebc9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# supported CodeQL languages.
1111
# ******** NOTE ********
1212

13-
name: "CodeQL"
13+
name: "CodeQL Analyze"
1414

1515
on:
1616
pull_request:
@@ -20,7 +20,6 @@ on:
2020

2121
jobs:
2222
analyze:
23-
name: Analyze
2423
runs-on: ubuntu-latest
2524

2625
strategy:

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build .NET Library
22

33
on:
4+
push:
5+
branches: [ develop ]
46
pull_request:
57
branches: [ develop, main ]
68
release:

0 commit comments

Comments
 (0)