Skip to content

Commit

Permalink
Change docs workflow to run only on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 31, 2023
1 parent a01301b commit a7cbb4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Docs

on:
push:
branches:
- main
paths:
- docs/**
- .github/workflows/docs.yaml
workflow_dispatch:
inputs:
version:
description: 'Version to deploy'
required: true
default: 'latest'

jobs:
deploy:
Expand Down

0 comments on commit a7cbb4f

Please sign in to comment.