Skip to content

Commit

Permalink
feat: fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Nov 24, 2024
1 parent 3977e3a commit 2c7e0d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- "**/CHANGELOG.md"
- "**/docs/**"
workflow_dispatch:
pull_request:
branches:
- dev

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -51,6 +54,7 @@ jobs:

tag:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write # for the tags
Expand Down Expand Up @@ -86,6 +90,7 @@ jobs:
run: git push origin ${{ steps.git_version.outputs.version }}

build_and_push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
permissions: write-all
needs: tag
Expand Down

0 comments on commit 2c7e0d8

Please sign in to comment.