diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c17caac..98a789b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,13 @@ name: ci on: + push: + branches: + - main + paths-ignore: + - "**README.md" + - ".gitignore" + - "LICENSE" pull_request: branches: - main