Skip to content

Commit

Permalink
feat: edit target
Browse files Browse the repository at this point in the history
- master to main
  • Loading branch information
seod0209 committed Aug 1, 2024
1 parent 7025d94 commit 9e2254d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI"
on:
push:
branches:
- "master"
- "main"
- "hotfix/**"
paths-ignore:
- ".github/**"
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/jekyll.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/style-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Style Lint"

on:
push:
branches: ["master", "hotfix/**"]
branches: ["main", "hotfix/**"]
paths: ["_sass/**/*.scss"]
pull_request:
paths: ["_sass/**/*.scss"]
Expand Down
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eu
opt_pre=false # option for bump gem version
opt_pkg=false # option for building gem package

MAIN_BRANCH="master"
MAIN_BRANCH="main"
RELEASE_BRANCH="production"

GEM_SPEC="jekyll-theme-chirpy.gemspec"
Expand Down

0 comments on commit 9e2254d

Please sign in to comment.