Skip to content

Commit 56d34a7

Browse files
committed
Disable builds for feedback branch
Signed-off-by: SeeuSim <[email protected]>
1 parent 6125a21 commit 56d34a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-docker.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
- reopened
77
- synchronize
88
- ready_for_review
9-
push:
10-
branches:
11-
- main
9+
# push:
10+
# branches:
11+
# - main
1212

1313
env:
1414
DOCKER_REGISTRY_USN: ay2425s1cs3219g16
@@ -50,6 +50,7 @@ jobs:
5050
id: set-matrix
5151
run: |
5252
is_main=${{ contains(github.ref, 'main') }}
53+
echo "${{ github.event.pull_request.title }}"
5354
matrix=()
5455
if [[ "${{ steps.filter.outputs.user }}" == "true" || "$is_main" == "true" ]]; then
5556
config=$(jq -n \

0 commit comments

Comments
 (0)