Skip to content

Commit

Permalink
use yml extension over yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 18, 2024
1 parent fff28bd commit 4779ef2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CosmWasm Compilation Check
on:
pull_request:
paths:
- .github/workflows/cw-check.yaml
- .github/workflows/cw-check.yml
- Cargo.toml
- Cargo.lock
- ci/cw-check/**
Expand All @@ -13,7 +13,7 @@ on:
- "release/*"
- main
paths:
- .github/workflows/cw-check.yaml
- .github/workflows/cw-check.yml
- Cargo.toml
- Cargo.lock
- ci/cw-check/**
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Our release process is as follows:
All done! 🎉

[crates.io]: https://crates.io
[release.yml]: https://github.com/cosmos/ibc-rs/blob/main/.github/workflows/release.yaml
[release.yml]: https://github.com/cosmos/ibc-rs/blob/main/.github/workflows/release.yml

0 comments on commit 4779ef2

Please sign in to comment.