Skip to content

Commit fed48e1

Browse files
committed
feat: enable ci workflow dispatch
1 parent e6db8de commit fed48e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ on:
44
branches: ["main"]
55
paths:
66
- "Dockerfile"
7+
workflow_dispatch:
8+
79
concurrency:
810
# Support push/pr as event types with different behaviors each:
911
# 1. push: queue up builds
1012
# 2. pr: only allow one run per PR
1113
group: ${{ github.workflow }}-${{ github.event_name }}${{ github.event.pull_request.number }}
1214
# If there is already a workflow running for the same pull request, cancel it
1315
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
16+
1417
env:
1518
AWS_REGION: "eu-central-1"
19+
1620
jobs:
1721
build:
1822
name: "Build image: ${{ matrix.images.name }}"

0 commit comments

Comments
 (0)