Skip to content

Commit

Permalink
Enable CI on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Licari committed Mar 4, 2024
1 parent 87099c1 commit e20554e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Create and publish docker images for the API
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['main']
branches:
- main
- dev
tags:
- v*
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Create and publish docker images for the UI
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['main']
branches:
- main
- dev
tags:
- v*
paths:
Expand Down

0 comments on commit e20554e

Please sign in to comment.