diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42059af..bb0a466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,20 +5,10 @@ on: branches: - main - paths-ignore: - - '**.md' - - 'docs/**' - - '.github/*.md' - push: branches: - main - paths-ignore: - - '**.md' - - 'docs/**' - - '.github/*.md' - jobs: build: runs-on: ubuntu-latest