We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc0e62 commit 8f673b5Copy full SHA for 8f673b5
2 files changed
.github/workflows/push-image-build.yml
@@ -21,7 +21,8 @@ permissions:
21
models: read
22
23
on:
24
- push:
+ # push:
25
+ pull_request:
26
branches: [ 'main' ]
27
paths:
28
- "**.py"
AudioQnA/docker_image_build/build.yaml
@@ -1,6 +1,6 @@
1
# Copyright (C) 2024 Intel Corporation
2
# SPDX-License-Identifier: Apache-2.0
3
-
+#test
4
services:
5
audioqna:
6
build:
0 commit comments