Skip to content

Commit

Permalink
Don't run build-push-deploy-to-dev.yml workflow when pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hestad committed Nov 6, 2023
1 parent 79a5db6 commit ebf9aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build-push-deploy-to-dev.yml

on:
push:
branches:
- '**'
workflow_dispatch:

env:
Expand Down

0 comments on commit ebf9aed

Please sign in to comment.