Skip to content

Commit

Permalink
Merge branch 'main' into staging/br_ibge_pnadc_rendimentos_outras_fontes
Browse files Browse the repository at this point in the history
  • Loading branch information
vilelaluiza authored Oct 24, 2023
2 parents 84e3058 + d2b4299 commit 1c30779
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
build-container:
if: (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master')
if: (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main')
name: Deployment
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
docs:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
name: Deploy docs
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-dbt-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [labeled, opened]
branches:
- master
- main
paths:
- 'models/**'
- '.github/workflows/sync-dbt-schema.yaml'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Esse é um template para um pacote DBT a ser importado no [repositório principa
- Acesse o arquivo `profiles.yml` e se atente aos comentários, eles indicam os campos que devem ser alterados.
- Usando os arquivos de credencial, crie os secrets `credentials-dev` e `credentials-prod` [usando a flag `--from-file`](https://cloud.google.com/kubernetes-engine/docs/concepts/secret#creating_secrets_from_files).
- Faça o upload das alterações realizadas em seu repositório.
- Toda vez que houver uma alteração de código na branch `master`, uma instância atualizada do servidor RPC do DBT será criada em seu cluster, no devido namespace.
- Toda vez que houver uma alteração de código na branch `main`, uma instância atualizada do servidor RPC do DBT será criada em seu cluster, no devido namespace.

### Resources:

Expand Down

0 comments on commit 1c30779

Please sign in to comment.