Skip to content

Commit

Permalink
Add build on tag trigger to build_frontend.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Imafikus committed Oct 8, 2021
1 parent 7b98e91 commit a9c6d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Build Frontend'

on:
workflow_dispatch:

push:
tags:
- 'frontend-v*'

env:
IMAGE_NAME: random-github-frontend-production
Expand Down

0 comments on commit a9c6d2c

Please sign in to comment.