Skip to content

Commit

Permalink
fix: satisfy yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Cairns committed Jul 3, 2024
1 parent 91ef6e5 commit 03b7656
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semver.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Auto Semver
# yamllint thinks the `on` key is being turned into `true`
# yamllint disable-line rule:truthy
on:
pull_request:
types:
types:
- closed
branches:
- main
Expand Down

0 comments on commit 03b7656

Please sign in to comment.