Skip to content

Commit

Permalink
trigger it easily
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Oct 26, 2023
1 parent c8ab025 commit 44fe418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build release
on:
workflow_dispatch:
push:
branches:
- setup-py-build-pipy
tags:
- 'v*'

Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}


docker-build-documentqa:
docker-build:
needs: [build]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 44fe418

Please sign in to comment.