diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 42165b7..b417e0c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,8 @@ name: Documentation on: push: - branches: - - master + tags: + - v* jobs: test: diff --git a/Sources/SwiftBeanCountModel/.jazzy.yml b/.jazzy.yml similarity index 100% rename from Sources/SwiftBeanCountModel/.jazzy.yml rename to .jazzy.yml