chore: change default branch from master to main (#386)

This commit is contained in:
Shohei Ueda
2020-07-17 15:38:09 +09:00
committed by GitHub
parent 71f80aff9f
commit da2d5466d3
6 changed files with 17 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ name: "Code Scanning"
on:
push:
branches:
- master
- main
pull_request:
jobs:

View File

@@ -3,7 +3,7 @@ name: 'Dev Image CI'
on:
push:
branches:
- master
- main
paths:
- '.github/workflows/dev-image.yml'
- '.dockerignore'

View File

@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: master
ref: main
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1.3.7

View File

@@ -3,7 +3,7 @@ name: 'Test'
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'
pull_request: