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

This commit is contained in:
Shohei Ueda
2020-07-14 12:45:04 +09:00
committed by GitHub
parent c935046a93
commit 932df18147
4 changed files with 21 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ name: 'Dev Image CI'
on:
push:
branches:
- master
- main
paths:
- '.github/workflows/dev-image.yml'
- '.dockerignore'
@@ -40,4 +40,4 @@ jobs:
- run: make cirun cmd="npm ci"
- run: make ciall
- run: make push
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'