Skip to content

Commit

Permalink
rename homebrew subdirctory
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Oct 8, 2023
1 parent afc9ef2 commit 51abf9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion martin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
Expand Down

0 comments on commit 51abf9b

Please sign in to comment.