From a4185e0d6927af4f6552c3fd3d3ececb75ce053c Mon Sep 17 00:00:00 2001 From: reqww Date: Sun, 30 Jun 2024 21:05:45 +0300 Subject: [PATCH] Change docs deploy rule to on main push --- .github/workflows/release_docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_docs.yaml b/.github/workflows/release_docs.yaml index a82adb3f..651b6ee8 100644 --- a/.github/workflows/release_docs.yaml +++ b/.github/workflows/release_docs.yaml @@ -2,8 +2,8 @@ name: Release PSQLPy documentation on: push: - tags: - - '*' + branches: + - main permissions: contents: write