rename master to main.

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

View File

@@ -3,7 +3,7 @@ name: Runner CI
on:
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