docs: fix CI workflow.

This commit is contained in:
whitequark 2020-06-30 22:28:12 +00:00
parent 9928b6067d
commit d5c297aa94

View file

@ -2,7 +2,7 @@ on: push
name: CI
jobs:
build:
if: github.event_name == 'push' && github.event.ref == 'refs/heads/doc'
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Check out source code