Skip to content

Commit

Permalink
Merge pull request #530 from basedosdados/feat/migrate-branch
Browse files Browse the repository at this point in the history
feat: migrate branch to main
  • Loading branch information
vncsna authored Oct 24, 2023
2 parents 34f7227 + 109e175 commit 0880574
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Build Docker image
on:
push:
branches:
- master
- main
paths:
- ".github/workflows/cd.yaml"
- "pipelines/**/*"
- "pyproject.toml"
- "Dockerfile"
pull_request:
branches:
- master
- main
paths:
- ".github/workflows/cd_staging.yaml"
- "pipelines/**/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Register flows (staging)
on:
pull_request:
branches:
- master
- main
paths:
- ".github/workflows/cd_staging.yaml"
- "pipelines/**/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Register flows (production)
on:
push:
branches:
- master
- main
paths:
- ".github/workflows/cd.yaml"
- "pipelines/**/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy docs
on:
push:
branches:
- master
- main

jobs:
docs:
Expand Down

0 comments on commit 0880574

Please sign in to comment.