Skip to content

Commit 7eeba1f

Browse files
authored
update master to main in ci workflows (#328)
Signed-off-by: Amit Sharma <amit_sharma@live.com> Signed-off-by: Amit Sharma <amit_sharma@live.com>
1 parent 548dede commit 7eeba1f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/code-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: code scan
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
schedule:
99
- cron: '30 5 * * *'
1010

@@ -56,4 +56,4 @@ jobs:
5656
# make release
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@v1
59+
uses: github/codeql-action/analyze@v1

.github/workflows/python-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python linting
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111
schedule:
1212
- cron: '30 5 * * *'
1313

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python Package using Conda
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
schedule:
99
- cron: '30 5 * * *'
1010

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package test
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111
schedule:
1212
- cron: '30 5 * * *'
1313

0 commit comments

Comments
 (0)