Skip to content

Commit

Permalink
chore: deactivate release ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 15, 2023
1 parent ec4953c commit b51fbb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
tags:
- "cainome/v*.*.*"
- "cainome-*/v*.*.*"
branches:
- to_be_defined
# tags:
# - "cainome/v*.*.*"
# - "cainome-*/v*.*.*"

name: "Release"
jobs:
Expand Down
1 change: 1 addition & 0 deletions scripts/prettier.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
prettier --check "**/*.md"
prettier --check "**/*.{yaml,yml}"

0 comments on commit b51fbb5

Please sign in to comment.