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
|
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
|
||||||
|
|
Loading…
Reference in a new issue