Skip to content

Commit

Permalink
feat: replace all branches with main wd-239 (#241)
Browse files Browse the repository at this point in the history
* feat: replace all branches with main wd-239

* ci: edit prettier lint wd-239
  • Loading branch information
what1s1ove authored Dec 1, 2023
1 parent e66b951 commit ffeeb35
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
7 changes: 2 additions & 5 deletions .github/pr-branch-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
development:
base: development

production:
base: production
main:
base: main
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Continuous Delivery

on:
push:
branches:
- production
workflow_dispatch:

concurrency:
group: cd-${{ github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Continuous Integration
on:
pull_request:
branches:
- development
- production
- main

concurrency:
group: ci-${{ github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# autogenerated
CHANGELOG.md

# only manual formatting
source/manifest.njk
1 change: 0 additions & 1 deletion project.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
let ProjectPrefix = /** @type {const} */ ({
APPS: [`wd`, `release`],
ENVIRONMENTS: [`production`, `development`],
})

export { ProjectPrefix }
5 changes: 0 additions & 5 deletions source/data/global.cjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
let process = require(`node:process`)

let isDevelopmentMode = process.env.NODE_ENV === `development`

module.exports = {
description: `Interface Developer`,
domain: `https://whatislove.dev`,
isDevelopmentMode,
title: `Vladyslav Zubko`,
}

0 comments on commit ffeeb35

Please sign in to comment.