mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 14:21:03 +02:00
ci: fix paths not globbing
This commit is contained in:
parent
963a450ff5
commit
8c76e957f9
3 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -5,13 +5,13 @@ on:
|
|||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'src/**/*'
|
||||
- 'Cargo.*'
|
||||
- 'build.rs'
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'src/**/*'
|
||||
- 'Cargo.*'
|
||||
- 'build.rs'
|
||||
- '.github/workflows/build.yml'
|
||||
|
|
2
.github/workflows/schema.yml
vendored
2
.github/workflows/schema.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'src/**/*'
|
||||
- 'Cargo.*'
|
||||
- 'build.rs'
|
||||
- '.github/workflows/schema.yml'
|
||||
|
|
2
.github/workflows/wiki.yml
vendored
2
.github/workflows/wiki.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- 'docs'
|
||||
- 'docs/**/*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue