Skip to content

Commit 661939b

Browse files
authored
Merge pull request #2552 from devitocodes/cleanup-master
misc: update all link to main
2 parents 28bf4cc + 1bd9222 commit 661939b

33 files changed

+103
-103
lines changed

.github/workflows/asv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
inputs:
1414
tags:
1515
description: 'Run ASV'
16-
# Trigger the workflow on push to the master branch
16+
# Trigger the workflow on push to the main branch
1717
push:
1818
branches:
1919
- main

.github/workflows/docker-devito.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66
push:
77
branches:
8-
- main # Push events on master branch
8+
- main # Push events on main branch
99

1010
jobs:
1111
deploy-devito:

.github/workflows/examples-mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
on:
1515
# Trigger the workflow on push or pull request,
16-
# but only for the master branch
16+
# but only for the main branch
1717
push:
1818
branches:
1919
- main

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on:
88
# Trigger the workflow on push or pull request,
9-
# but only for the master branch
9+
# but only for the main branch
1010
push:
1111
branches:
1212
- main

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on:
88
# Trigger the workflow on push or pull request,
9-
# but only for the master branch
9+
# but only for the main branch
1010
push:
1111
branches:
1212
- main

.github/workflows/pytest-core-mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on:
88
# Trigger the workflow on push or pull request,
9-
# but only for the master branch
9+
# but only for the main branch
1010
push:
1111
branches:
1212
- main

.github/workflows/pytest-core-nompi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66

77
on:
88
# Trigger the workflow on push or pull request,
9-
# but only for the master branch
9+
# but only for the main branch
1010
push:
1111
branches:
1212
- main

.github/workflows/pytest-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
on:
1717
# Trigger the workflow on push or pull request,
18-
# but only for the master branch
18+
# but only for the main branch
1919
push:
2020
branches:
2121
- main

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update_release_draft:
1111
runs-on: ubuntu-latest
1212
steps:
13-
# Drafts your next Release notes as Pull Requests are merged into "master"
13+
# Drafts your next Release notes as Pull Requests are merged into "main"
1414
- uses: release-drafter/release-drafter@v5
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/triggers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Master triggers
1+
name: main triggers
22

33
on:
44
push:
55
branches:
6-
- main # Push events on master branch
6+
- main # Push events on main branch
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)