mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-12 01:14:25 +08:00
🚀 add path rule to workflow (#362)
Signed-off-by: Achim Krämer <39946364+pxlfrk@users.noreply.github.com>
This commit is contained in:
parent
5c8bc107de
commit
0fe983dfcc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
|
@ -3,6 +3,7 @@ name: Deploy Documenation site to GitHub Pages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['main']
|
branches: ['main']
|
||||||
|
paths: ['docs/**']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue