diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e094397e..a67acba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' release: types: [ published ] workflow_dispatch: diff --git a/.github/workflows/grcov.yml b/.github/workflows/grcov.yml index b4a61db4..4d7f22b4 100644 --- a/.github/workflows/grcov.yml +++ b/.github/workflows/grcov.yml @@ -7,14 +7,14 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' workflow_dispatch: jobs: diff --git a/homebrew-formula/martin.rb b/HomebrewFormula/martin.rb similarity index 100% rename from homebrew-formula/martin.rb rename to HomebrewFormula/martin.rb diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 8e0d3021..727317ce 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version +# Make sure to update /home/nyurik/dev/rust/martin/HomebrewFormula/martin.rb version # Once the release is published with the hash version = "0.9.1" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"]