diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe4abd47..9d5d0952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,11 @@ name: CI on: push: - branches: [ "main" , "develop" ] + branches: [ "main"] paths-ignore: - "README.md" pull_request: - branches: [ "main" , "develop" ] + branches: [ "main"] paths-ignore: - "README.md" concurrency: