stylix/.github/workflows/docs.yml
Daniel Thwaites 308f7e27cb
Don't run docs workflow for pull requests 👷
The workflow attempts to skip the deployment step when it is run on other
branches, however environment protection rules are checked before this, causing
a failure.
2022-08-10 22:19:00 +01:00

13 lines
213 B
YAML

name: Docs
on:
push:
branches:
- master
jobs:
pages:
name: Pages
uses: danth/coricamu/.github/workflows/pages.yml@cd253a6940853ffc3da7c14c9311940f1d70e222
with:
output_name: docs