diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae49c71..ef67d90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,11 @@ name: ci -on: - push: - branches: - - main - pull_request: - branches: - - main +# on: +# push: +# branches: +# - main +# pull_request: +# branches: +# - main jobs: test: