Skip to content

Commit

Permalink
Merge pull request #453 from betadots/add_manual_trigger
Browse files Browse the repository at this point in the history
ci: add trigger to run build pipeline on demand
  • Loading branch information
rwaffen authored Sep 26, 2024
2 parents 34f50ba + df4fca3 commit 0fc4dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'main'
tags:
- '*'
workflow_dispatch:

env:
TAG: ${{ github.ref_name == 'main' && 'development' || github.ref_name }}
Expand Down

0 comments on commit 0fc4dd4

Please sign in to comment.