diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ba3d28..a387ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: # Run on all branches branches: - - "*" + - "**" # Run only if files modified are not docs paths-ignore: - "*.md"