Skip to content

Commit

Permalink
ci: rename v1 into main (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Guerra committed May 31, 2022
1 parent b2387df commit ec5e4d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -373,7 +373,7 @@ workflows:
filters:
branches:
only:
- v1
- main
jobs:
- test-core:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ v1, master ]
branches: [ main, master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ v1 ]
branches: [ main ]

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yml
Expand Up @@ -3,7 +3,7 @@ name: System Tests
on:
push:
branches:
- v1
- main
tags:
- "**"
pull_request:
Expand Down

0 comments on commit ec5e4d3

Please sign in to comment.