rename master to main.

This commit is contained in:
TingluoHuang
2020-07-14 13:37:20 -04:00
parent a711bd9494
commit 5bb20cd94c
4 changed files with 24 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
- releases/*
paths-ignore:
- '**.md'

View File

@@ -7,7 +7,7 @@ on:
jobs:
check:
if: startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2