1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Fix looked path for workflow testing packages

This commit is contained in:
Mickaël Schoentgen 2021-10-06 11:21:54 +02:00
parent 08751d3672
commit 93114072c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
on:
pull_request:
paths:
- .github/workflows/packaging-linux-snap.yml
- .github/workflows/test-package-linux-snap.yml
- snapcraft.yaml
jobs:

View File

@ -3,7 +3,7 @@ name: Mac brew
on:
pull_request:
paths:
- .github/workflows/packaging-mac-brew.yml
- .github/workflows/test-package-mac-brew.yml
- extras/httpie.rb
jobs: