Skip to content

Commit

Permalink
Removing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer committed Apr 17, 2024
1 parent 717cb10 commit c9187be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- v**
pull_request:
branches: ["main"]

jobs:
release:
Expand All @@ -27,12 +25,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# -
# name: Docker metadata
# id: meta
# uses: docker/metadata-action@v5
# with:
# images: name/app
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit c9187be

Please sign in to comment.