Skip to content

Commit

Permalink
(#203) altera arquivos build e deploy
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Martins <[email protected]>
Co-authored-by: Pedro Cella <[email protected]>
  • Loading branch information
3 people committed Dec 2, 2023
1 parent 68589d7 commit cd48287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
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

0 comments on commit cd48287

Please sign in to comment.