Skip to content

Commit

Permalink
CI: set to build on tags as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Nov 28, 2023
1 parent 78b10c4 commit f483dbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Create and publish docker images for the API
on:
push:
branches: ['main']
tags:
- v*
paths:
- 'api/**'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Create and publish docker images for the UI
on:
push:
branches: ['main']
tags:
- v*
paths:
- 'app/**'
workflow_dispatch:
Expand Down

0 comments on commit f483dbb

Please sign in to comment.