Skip to content

Commit

Permalink
Tweaking trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ciroque committed May 10, 2023
1 parent 1f5e60a commit e0c0823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-sign-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ on:
branches:
- "main"

# push:
# branches:
# - "trigger-image-build-and-push-1"

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build_and_sign_image:
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Go
on:
push:
branches: [ "main", "*" ]
pull_request:
branches: [ "main" ]

jobs:

Expand Down

0 comments on commit e0c0823

Please # to comment.