Skip to content

Commit

Permalink
Test ci (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
Co-authored-by: Keran Yang <[email protected]>
  • Loading branch information
ayildirim21 and KeranYang authored Mar 11, 2024
1 parent ec242ee commit 6610ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Publish

on:
push:
branches: [ main ]
branches: [ test-ci ]
tags:
- '*'

Expand All @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
repository: [
"map-even-odd"
"map-flatmap", "map-forward-message", "map-retry", "map-tickgen"
"map-even-odd",
"map-flatmap", "map-forward-message", "map-retry", "map-tickgen",
"map-flatmap-stream", "reduce-counter", "reduce-sum", "reduce-stream-counter",
"reduce-stream-sum", "session-counter", "sideinput-example", "udf-sideinput-example",
"sink-log", "source-simple-source", "mapt-assign-event-time", "mapt-event-time-filter"
Expand Down

0 comments on commit 6610ee4

Please sign in to comment.