Skip to content

Commit

Permalink
execute on tidal-listener changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
sss-create committed Jan 23, 2025
1 parent 9d0b783 commit ccf990d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/listener-build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build-listener-linux
on:
push:
paths-ignore:
- "**.md"
paths:
- "tidal-listener/**"
pull_request:
paths-ignore:
- "**.md"
paths:
- "tidal-listener/**"

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/listener-build-macosx.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build-listener-macosx
on:
push:
paths-ignore:
- "**.md"
paths:
- "tidal-listener/**"
pull_request:
paths-ignore:
- "**.md"
paths:
- "tidal-listener/**"

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/listener-build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build-listener-windows
on:
push:
paths-ignore:
- "**.md"
paths:
- "tidal-listener/**"
pull_request:
paths-ignore:
- "**.md"
paths:
- "tidal-listener/**"

jobs:
build:
Expand Down

0 comments on commit ccf990d

Please sign in to comment.