1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31: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: push:
branches: [ "master" ] branches: [ "master" ]
paths: paths:
- 'src' - 'src/**/*'
- 'Cargo.*' - 'Cargo.*'
- 'build.rs' - 'build.rs'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
paths: paths:
- 'src' - 'src/**/*'
- 'Cargo.*' - 'Cargo.*'
- 'build.rs' - 'build.rs'
- '.github/workflows/build.yml' - '.github/workflows/build.yml'

View file

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

View file

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