Skip to content

Commit 0a742b9

Browse files
committed
update CI
1 parent 0ea5ad0 commit 0a742b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-package.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name: Python build
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
- 2.6
1111
paths:
1212
- '**.py'
1313
pull_request:
1414
branches:
15-
- master
15+
- main
1616
workflow_dispatch:
1717

1818
jobs:

.github/workflows/codeql-analysis.yml

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

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
paths:
1818
- '**.py'
1919
pull_request:
2020
# The branches below must be a subset of the branches above
21-
branches: [ master ]
21+
branches: [ main ]
2222
schedule:
2323
- cron: '27 9 * * 1'
2424

0 commit comments

Comments
 (0)