CI/BUG: typo in ref name

This commit is contained in:
Matthew Ryan Dillon 2020-06-13 15:09:45 -07:00
parent 766b8816f1
commit f1f2b00369

View file

@ -4,12 +4,12 @@ on:
pull_request: pull_request:
push: push:
branches: branches:
- master - main
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/main'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: