From 25454bdc4656e8b4ede9702ab662d5a2a5f0e37d Mon Sep 17 00:00:00 2001 From: Damian Date: Mon, 18 Sep 2023 23:52:05 +0300 Subject: [PATCH] just main --- .github/workflows/typedoc.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 3e065eb..fea508b 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -1,5 +1,8 @@ name: Create documentation and deploy to GitHub Pages -on: [push] +on: + push: + branches: + - main permissions: contents: write jobs: