Skip to content

Commit

Permalink
ci: 🎡 disable ci for docs/**
Browse files Browse the repository at this point in the history
  • Loading branch information
ttskch committed May 23, 2024
1 parent 7897e4a commit 625b2de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.yaml]
indent_size = 2
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: push
on:
push:
paths-ignore:
- docs/**

jobs:
test:
Expand Down

0 comments on commit 625b2de

Please sign in to comment.