Skip to content

Commit

Permalink
build: Only build on pushes to branches
Browse files Browse the repository at this point in the history
Tags are outputs from a release and with the current setup the release have to be build successfully
before releasing so no point in doing another run that will succeed
  • Loading branch information
joerideg committed Dec 9, 2024
1 parent aac5a22 commit d504840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ run-name: ${{github.workflow}} (${{github.event_name}} on ${{ github.ref_name}})

on:
push:
branches:
- '*'
workflow_dispatch:
inputs:
do_release:
Expand Down

0 comments on commit d504840

Please sign in to comment.