Skip to content

Commit 6642b1e

Browse files
master -> main
1 parent 4bb10b3 commit 6642b1e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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 ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '39 6 * * 3'
2222

.github/workflows/tests.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}

.github/workflows/updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run the test
3131
run: pytest ultrafastgrid_tutorial.py
3232

33-
- uses: mikeal/publish-to-github-action@master
33+
- uses: mikeal/publish-to-github-action@main
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
BRANCH_NAME: 'master'
36+
BRANCH_NAME: 'main'

0 commit comments

Comments
 (0)