Try to build docs only on pushes to main
This commit is contained in:
parent
6709a15954
commit
470e96e97f
|
|
@ -1,11 +1,14 @@
|
|||
name: Docs
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Deploy Docs
|
||||
name: Build and Deploy Docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue