docs: fix CI workflow.
This commit is contained in:
parent
9928b6067d
commit
d5c297aa94
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue