Skip to content

Commit

Permalink
fix: change yml to yaml on git action file
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Mar 5, 2024
1 parent ee522f6 commit 3908348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Cargo security audit
on:
push:
paths:
- '**.yml'
- '**.yaml'
branches:
- fix/outdated-dependencies

Expand Down

0 comments on commit 3908348

Please sign in to comment.