Skip to content

Commit 7a9eb5c

Browse files
committed
Change branch master to main
1 parent ae67fef commit 7a9eb5c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.ci/inc/fetch_ci_scripts.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function fetch_ci_scripts() {
44
local inc_dir
55
local inc_url
66
inc_dir="$(dirname "$0")/inc"
7-
inc_url="${PMD_CI_SCRIPTS_URL:-https://raw.githubusercontent.com/pmd/build-tools/master/scripts}/inc"
7+
inc_url="${PMD_CI_SCRIPTS_URL:-https://raw.githubusercontent.com/pmd/build-tools/main/scripts}/inc"
88

99
mkdir -p "${inc_dir}"
1010

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
tags:
98
- '**'
109
pull_request:
@@ -33,7 +32,7 @@ jobs:
3332
run: |
3433
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
3534
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
36-
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/17/scripts" >> $GITHUB_ENV
35+
echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26/scripts" >> $GITHUB_ENV
3736
- name: Check Environment
3837
shell: bash
3938
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Source code minimizer (pmd-scm)
22

3-
[![Build Status](https://github.com/pmd/pmd-scm/workflows/build/badge.svg?branch=master)](https://github.com/pmd/pmd-scm/actions?query=workflow%3Abuild)
3+
[![Build Status](https://github.com/pmd/pmd-scm/workflows/build/badge.svg?branch=main)](https://github.com/pmd/pmd-scm/actions?query=workflow%3Abuild)
44

55
This is a tool based on [PMD](https://pmd.github.io). It is intended to minimize one or several source code files, while retaining some invariant (such as a specific compiler error message).
66

0 commit comments

Comments
 (0)