mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Merge pull request #897 from showdownjs/docs/docs-flow-triggers
docs: updated triggers for the documentation flow
This commit is contained in:
commit
bad26cd2ed
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
|
@ -1,6 +1,13 @@
|
|||
name: documentation
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'mkdocs.yml'
|
||||
- 'docs/**'
|
||||
- '.github/workflows/docs.yml'
|
||||
|
||||
jobs:
|
||||
build_docs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user