Skip to content

Commit

Permalink
Merge pull request #27 from fga-eps-mds/hotfix/#219-hotfix-deploy
Browse files Browse the repository at this point in the history
Hotfix/#219 hotfix deploy
  • Loading branch information
HenriqueAmorim20 authored Dec 4, 2023
2 parents 5937ab5 + cde20ee commit bc9ca62
Show file tree
Hide file tree
Showing 3 changed files with 888 additions and 1,107 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build
on:
push:
branches:
- main
- develop
- release-sonar
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches: ['main']
branches: ['develop']
tags: ['v*.*.*']

env:
Expand Down
Loading

0 comments on commit bc9ca62

Please sign in to comment.