mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Run docs CI under if condition (commit contains docs:
)
This commit is contained in:
parent
6e335fdbb3
commit
7e517959e4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
build:
|
||||
name: Deploy to now branch
|
||||
runs-on: ubuntu-latest
|
||||
if: "contains(github.event.head_commit.message, 'docs:')"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue