Skip to content

Commit 57190a9

Browse files
committed
build button
1 parent 4a64f74 commit 57190a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-container-images.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ name: Build indicator container images and upload to registry
22

33
on:
44
push:
5-
branches: [ main, prod ]
5+
branches: [main, prod]
6+
workflow_dispatch:
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
strategy:
1112
matrix:
12-
packages: [ backfill_corrections ]
13+
packages: [backfill_corrections]
1314
steps:
1415
- name: Checkout code
1516
uses: actions/checkout@v2

0 commit comments

Comments
 (0)