From 50f358fedc98dcd0f95f1ab23664704fc4ae3479 Mon Sep 17 00:00:00 2001 From: Bojan Angjelkoski Date: Mon, 7 Oct 2024 22:43:04 +0200 Subject: [PATCH] fix: workflow --- .github/workflows/generate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index ae843b22..6c69c9cf 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -1,11 +1,13 @@ name: Injective Docs Generation + on: push: + branches: + - release jobs: generate: runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' steps: - name: Checkout injective-docs uses: actions/checkout@v1