diff --git a/.github/workflows/02-tests-ci.yml b/.github/workflows/02-tests-ci.yml index 75bf687..037a1b9 100644 --- a/.github/workflows/02-tests-ci.yml +++ b/.github/workflows/02-tests-ci.yml @@ -3,7 +3,7 @@ on: pull_request: branches: - main - - feature/desafio03 + - desafio-nivel-3 env: diff --git a/.github/workflows/03-build-containers.yml b/.github/workflows/03-build-containers.yml index 54f0cc5..731adf9 100644 --- a/.github/workflows/03-build-containers.yml +++ b/.github/workflows/03-build-containers.yml @@ -3,7 +3,7 @@ name: "Nível 3: Containers e Segurança" on: pull_request: types: [closed] - branches: [feature/desafio03] + branches: [desafio-nivel-3] permissions: contents: read