Skip to content

Commit 6de8670

Browse files
authored
Update build-and-publish-docker-image.yml
1 parent 6e435e3 commit 6de8670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build and Publish Docker image
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ "collect-perf" ]
6+
branches: [ "build-image" ]
77
pull_request:
8-
#branches: [ "main" ]
8+
branches: [ "build-image" ]
99

1010
jobs:
1111

0 commit comments

Comments
 (0)