Skip to content

Commit

Permalink
chore: update master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyknows committed Jan 10, 2023
1 parent cd906ab commit 444fc17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ jobs:
workflows:
version: 2

PR_TO_MASTER:
PR_TO_MAIN:
jobs:
- install_dev_deps:
name: Install with devDependencies
context: nodejs-install
filters:
branches:
ignore:
- master
- main
- lint:
name: Lint
context: nodejs-install
Expand All @@ -121,7 +121,7 @@ workflows:
filters:
branches:
ignore:
- master
- main
- test:
name: Test
context: nodejs-install
Expand All @@ -130,7 +130,7 @@ workflows:
filters:
branches:
ignore:
- master
- main
- install_prod_deps:
name: Install PROD deps
context: nodejs-install
Expand All @@ -140,9 +140,9 @@ workflows:
filters:
branches:
ignore:
- master
- main

MERGE_TO_MASTER:
MERGE_TO_MAIN:
jobs:
- install_dev_deps:
name: Install with devDependencies
Expand All @@ -152,7 +152,7 @@ workflows:
filters:
branches:
only:
- master
- main
post-steps:
- *slack-fail-notify
- lint:
Expand All @@ -165,7 +165,7 @@ workflows:
filters:
branches:
only:
- master
- main
post-steps:
- *slack-fail-notify
- test:
Expand All @@ -178,7 +178,7 @@ workflows:
filters:
branches:
only:
- master
- main
post-steps:
- *slack-fail-notify
- release:
Expand All @@ -193,7 +193,7 @@ workflows:
filters:
branches:
only:
- master
- main
post-steps:
- *slack-fail-notify
- *slack-success-notify
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release-Notes-Preview

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
preview:
Expand All @@ -14,7 +14,7 @@ jobs:
git fetch --prune --unshallow --tags
- uses: snyk/release-notes-preview@v1.4.0
with:
releaseBranch: master
releaseBranch: main
env:
GITHUB_PR_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_GITHUB_TOKEN }}

0 comments on commit 444fc17

Please sign in to comment.