1
0
Fork 0
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:
Jake Stanger 2025-04-21 20:13:17 +01:00
parent 963a450ff5
commit 8c76e957f9
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -5,7 +5,7 @@ on:
push:
branches: [ "master" ]
paths:
- 'src'
- 'src/**/*'
- 'Cargo.*'
- 'build.rs'
- '.github/workflows/schema.yml'

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ "master" ]
paths:
- 'docs'
- 'docs/**/*'
jobs:
build: