Skip to content

Commit

Permalink
Triggering on release and not tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 7, 2024
1 parent 4eb6581 commit e48df53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: docker-image-push-public-dash
on:
push:
# branches: [ main, cleanup-cicd ]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+"
release:
types: [published]

workflow_dispatch:

Expand Down

0 comments on commit e48df53

Please sign in to comment.