mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
ci: restrict trigger paths
this should hopefully reduce unnecessary job runs
This commit is contained in:
parent
e46fdce14c
commit
4aff6bcbbc
3 changed files with 16 additions and 1 deletions
2
.github/workflows/wiki.yml
vendored
2
.github/workflows/wiki.yml
vendored
|
@ -3,6 +3,8 @@ name: Sync Wiki
|
|||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'docs'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue