1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +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: on:
pull_request: pull_request:
paths: paths:
- .github/workflows/packaging-linux-snap.yml - .github/workflows/test-package-linux-snap.yml
- snapcraft.yaml - snapcraft.yaml
jobs: jobs:

View File

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