From f6387ad2a6f7eb06f2663c5f0129819769f11838 Mon Sep 17 00:00:00 2001 From: Sungho Shin Date: Sun, 30 Jul 2023 16:17:20 -0500 Subject: [PATCH] ci fixed --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a8bb17e..acc7af2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master # update to match your development branch (master, main, dev, trunk, ...) + - main # update to match your development branch (master, main, dev, trunk, ...) tags: '*' pull_request: