Skip to content

Commit

Permalink
run on pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Aug 24, 2024
1 parent 88d16ad commit 73f80c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
branches:
- dev

push:
tags:
- "*"

release:
types: [created]

Expand Down Expand Up @@ -60,7 +64,7 @@ jobs:
echo "DEV: ${{ env.IMAGE_DEV }}"
echo "QA: ${{ env.IMAGE_QA }}"
build_test_and_deploy_dev:
runs-on: ubuntu-latest
if: |
Expand Down

0 comments on commit 73f80c0

Please sign in to comment.