Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 7, 2024
1 parent 9c9fa8c commit 50f358f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 50f358f

Please sign in to comment.