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.
This commit is contained in:
Daniel Thwaites 2022-08-10 22:19:00 +01:00
parent 3746b0195e
commit 308f7e27cb
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -1,7 +1,6 @@
name: Docs
on:
pull_request:
push:
branches:
- master