Skip to content

Commit 09ddded

Browse files
committed
use master branch name
1 parent 839b29a commit 09ddded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, development, patch/*, release/*, hotfix/* ]
16+
branches: [ master, main, development, patch/*, release/*, hotfix/* ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ master, main]
2020
schedule:
2121
- cron: '21 1 * * 4'
2222

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
await github.request(`POST /repos/${{ github.repository }}/pulls`, {
8686
title: 'Update version to ${{ github.event.inputs.versionTag }}',
8787
head: 'release/set-version-to-${{ github.event.inputs.versionTag }}',
88-
base: 'main'
88+
base: 'master'
8989
});

0 commit comments

Comments
 (0)