We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5e60a commit e0c0823Copy full SHA for e0c0823
.github/workflows/build-and-sign-image.yml
@@ -9,16 +9,13 @@ on:
9
branches:
10
- "main"
11
12
-# push:
13
-# branches:
14
-# - "trigger-image-build-and-push-1"
15
-
16
env:
17
REGISTRY: ghcr.io
18
IMAGE_NAME: ${{ github.repository }}
19
20
jobs:
21
build_and_sign_image:
+ if: ${{ github.event.pull_request.merged }}
22
runs-on: ubuntu-latest
23
permissions:
24
contents: read
.github/workflows/go.yml
@@ -6,8 +6,6 @@ name: Go
6
on:
7
push:
8
branches: [ "main", "*" ]
- pull_request:
- branches: [ "main" ]
0 commit comments