We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6125a21 commit 56d34a7Copy full SHA for 56d34a7
.github/workflows/build-docker.yaml
@@ -6,9 +6,9 @@ on:
6
- reopened
7
- synchronize
8
- ready_for_review
9
- push:
10
- branches:
11
- - main
+ # push:
+ # branches:
+ # - main
12
13
env:
14
DOCKER_REGISTRY_USN: ay2425s1cs3219g16
@@ -50,6 +50,7 @@ jobs:
50
id: set-matrix
51
run: |
52
is_main=${{ contains(github.ref, 'main') }}
53
+ echo "${{ github.event.pull_request.title }}"
54
matrix=()
55
if [[ "${{ steps.filter.outputs.user }}" == "true" || "$is_main" == "true" ]]; then
56
config=$(jq -n \
0 commit comments