Compare commits
No commits in common. "8a0a5955f4c52788e00b185558d57899a53671d2" and "71a214bd134aaf6c1eb05b8b3f389816ad2eee89" have entirely different histories.
8a0a5955f4
...
71a214bd13
@ -4,6 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'Release/*'
|
||||
# Também pode executar manualmente
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
skip_tests:
|
||||
description: 'Skip tests (true/false)'
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
env:
|
||||
REGISTRY: registry.redecarneir.us
|
||||
|
||||
Loading…
Reference in New Issue
Block a user