Skip to content

Commit

Permalink
(#203) corrige build e develop
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsglucas committed Dec 2, 2023
1 parent cd48287 commit 82866e2
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:
- develop
- main
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: ['develop']
branches: ['main']
tags: ['v*.*.*']

env:
Expand Down

0 comments on commit 82866e2

Please sign in to comment.