Skip to content

Commit

Permalink
Fine, comment out distractions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Nov 5, 2024
1 parent 452d96b commit 5357477
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish-python-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ name: Publish @fern-api/python-ast
on:
push:
branches:
- main
# - main
- vargas/publish-python-ast
paths:
- "generators/python-v2/ast/versions.yml"
workflow_dispatch:
inputs:
version:
description: "The version of the generator to publish."
required: true
type: string
# paths:
# - "generators/python-v2/ast/versions.yml"
# workflow_dispatch:
# inputs:
# version:
# description: "The version of the generator to publish."
# required: true
# type: string

env:
PACKAGE_NAME: "@fern-api/python-ast"
Expand Down

0 comments on commit 5357477

Please sign in to comment.