Skip to content

Commit

Permalink
trigger workflow on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab committed Nov 19, 2024
1 parent 9b4c32b commit 8e9bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment:
name: PyPI
url: "https://pypi.org/p/airbyte-cdk"
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8e9bf19

Please sign in to comment.