diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2025-04-16 22:17:01 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-04-16 22:17:01 -0400 |
| commit | 02792fa77878b50c10bebeb52b1a3ba2f7bf5f78 (patch) | |
| tree | dbada2baa525bacf07964abed4ff4a47728028e3 /.github | |
| parent | 944456b5f9b4428853f231368e2baea979042c46 (diff) | |
| download | meson-02792fa77878b50c10bebeb52b1a3ba2f7bf5f78.tar.gz | |
nightly wheels: fix glob to match across directory separator
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ab773f9e0..79332196c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -9,7 +9,7 @@ on: branches: - master paths: - - "mesonbuild/*" + - "mesonbuild/**" permissions: contents: read |
