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 name: CI
jobs: jobs:
build: 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 runs-on: ubuntu-latest
steps: steps:
- name: Check out source code - name: Check out source code