Skip to content

Commit

Permalink
Update and rename release.yaml to release.yml (#211)
Browse files Browse the repository at this point in the history
unify extension names yaml/yml ...
  • Loading branch information
andife authored Oct 11, 2024
1 parent b568626 commit c192837
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
paths-ignore:
- "docs/**"
- ".github/workflows/**"
- "!.github/workflows/release.yaml"
- "!.github/workflows/release.yml"
push:
paths-ignore:
- "docs/**"
- ".github/workflows/**"
- "!.github/workflows/release.yaml"
- "!.github/workflows/release.yml"
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
Expand Down

0 comments on commit c192837

Please sign in to comment.