fix(docs): temporarily lock workflow to master to prevent running in PRs
This commit is contained in:
5
.github/workflows/compile_docs.yml
vendored
5
.github/workflows/compile_docs.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Build docs
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user