mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
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:
parent
3746b0195e
commit
308f7e27cb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: Docs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue