Skip to content

Commit efb8f0c

Browse files
committed
chore: adapt after change of default branch to main
1 parent 5d641f4 commit efb8f0c

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/codeql.yml

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

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

.github/workflows/gradle-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gradle Dependency Submission
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
dependency-submission:
88
name: Gradle dependency submission

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ name: CI
66
# - not triggered by dependabot
77
# - pushes to the master branch or pull_requests to the master branch not from forks
88

9-
# The package can be accessed via `ghcr.io/eclipse/openvsx-server-snapshot:<sha or branch>`
9+
# The package can be accessed via `ghcr.io/eclipse-openvsx/openvsx-server-snapshot:<sha or branch>`
1010

1111
# Tagging rules:
12-
# - <sha> for pushes to master where <sha> corresponds to the commit hash
12+
# - <sha> for pushes to main where <sha> corresponds to the commit hash
1313
# - <branch_name> for pushes to pull request branches, will be overwritten with any subsequent push
1414

1515
on:
1616
push:
1717
branches:
18-
- master
18+
- main
1919
pull_request:
2020
types: [opened, synchronize, reopened]
2121
branches:
22-
- master
22+
- main
2323

2424
env:
2525
REGISTRY: ghcr.io

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
schedule:
55
- cron: "0 18 * * *" # run every day at 6pm
66
# push:
7-
# branches: [main, master]
7+
# branches: [main]
88
# pull_request:
9-
# branches: [main, master]
9+
# branches: [main]
1010
jobs:
1111
test:
1212
permissions:

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scorecard analysis workflow
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
schedule:
77
# Weekly on Saturdays.
88
- cron: '30 1 * * 6'

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sonar
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
sonar:
88
name: Sonar

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<a href="https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx"><img alt="Gitpod Ready-to-Code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a>
1111
<a href="https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx"><img alt="Contribute" src="https://www.eclipse.org/che/contribute.svg" /></a>
1212
<a href="https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A"><img alt="Slack workspace" src="https://img.shields.io/badge/Slack-Join%20workspace-4A154B?logo=slack&logoColor=white" /></a>
13-
<a href="https://github.com/eclipse-openvsx/openvsx/blob/master/LICENSE"><img alt="EPLv2 License" src="https://img.shields.io/github/license/eclipse-openvsx/openvsx" /></a>
13+
<a href="https://github.com/eclipse-openvsx/openvsx/blob/main/LICENSE"><img alt="EPLv2 License" src="https://img.shields.io/github/license/eclipse-openvsx/openvsx" /></a>
1414
<a href="https://github.com/eclipse-openvsx/openvsx/releases"><img alt="Release" src="https://img.shields.io/github/v/tag/eclipse-openvsx/openvsx?sort=semver" /></a>
1515
<a href="https://www.npmjs.com/package/ovsx"><img alt="cli" src="https://img.shields.io/npm/v/ovsx?label=cli" /></a>
16-
<a href="https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml?query=branch%3Amaster"><img alt="Build Status" src="https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml/badge.svg?branch:master" /></a>
16+
<a href="https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml?query=branch%3Amain"><img alt="Build Status" src="https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml/badge.svg?branch:main" /></a>
1717
<a href="https://scorecard.dev/viewer/?uri=github.com/eclipse-openvsx/openvsx"><img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/eclipse-openvsx/openvsx/badge" /></a>
1818
</p>
1919

0 commit comments

Comments
 (0)