summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Schoentgen <contact@tiger-222.fr>2021-10-06 11:21:54 +0200
committerMickaël Schoentgen <contact@tiger-222.fr>2021-10-06 11:21:54 +0200
commit93114072c85dbce8a49aab5afcc99b59020abcc9 (patch)
treecab1645e923e9bb7dfef19f613280d01dee62e30
parent08751d3672fac62f39d6b93afe52d2fd63aa93b7 (diff)
Fix looked path for workflow testing packages
-rw-r--r--.github/workflows/test-package-linux-snap.yml2
-rw-r--r--.github/workflows/test-package-mac-brew.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-package-linux-snap.yml b/.github/workflows/test-package-linux-snap.yml
index 64423781..2f717e2a 100644
--- a/.github/workflows/test-package-linux-snap.yml
+++ b/.github/workflows/test-package-linux-snap.yml
@@ -1,7 +1,7 @@
on:
pull_request:
paths:
- - .github/workflows/packaging-linux-snap.yml
+ - .github/workflows/test-package-linux-snap.yml
- snapcraft.yaml
jobs:
diff --git a/.github/workflows/test-package-mac-brew.yml b/.github/workflows/test-package-mac-brew.yml
index 0aeeec25..aa68b7ff 100644
--- a/.github/workflows/test-package-mac-brew.yml
+++ b/.github/workflows/test-package-mac-brew.yml
@@ -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: