cancel last actions, run only new actions
This commit is contained in:
parent
2ac0e030e0
commit
9630009cc8
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ name: Deploy para Servidor de Produção
|
|||
|
||||
on:
|
||||
push:
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
branches:
|
||||
- main # Branch de produção
|
||||
- dev # Branch de desenvolvimento
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue