Skip to content

Commit

Permalink
ci: disable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 12, 2024
1 parent 5d48fd7 commit 8ac569e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,14 @@ on:
branches:
- main
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '!.github/workflows/tests.yml'
- '!.github/workflows/release.yml'
- '**.md'
- .editorconfig
- .gitignore
- '.idea/**'
- '.vscode/**'
pull_request:
paths-ignore:
- '!.github/workflows/ci.yml'
- '!.github/workflows/tests.yml'
- '!.github/workflows/release.yml'
- '**.md'
- .editorconfig
- .gitignore
- '.idea/**'
- '.vscode/**'
concurrency:
Expand Down

0 comments on commit 8ac569e

Please sign in to comment.