mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-11-20 15:31:54 +01: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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue