Skip to content

Commit

Permalink
Merge pull request #17 from tuxerrante/dev
Browse files Browse the repository at this point in the history
Start build-app also on tags
  • Loading branch information
tuxerrante authored Apr 3, 2023
2 parents 8bd17f6 + e25bf6e commit a9163fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "1. Create app"
on:
push:
branches: [dev,feature/*]
tags:
- '**'
paths:
- "go/src/app/**.go"
- Dockerfile
Expand Down

0 comments on commit a9163fa

Please sign in to comment.