Skip to content

Commit

Permalink
add master for branches on ci (#3)
Browse files Browse the repository at this point in the history
* add master for branches on ci

* leave yarn files where they belong

* style: format code with Prettier

This commit fixes the style issues introduced in 467e82a according to the output
from Prettier.

Details: #3

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
emmanuelm41 and deepsource-autofix[bot] authored Feb 28, 2024
1 parent 9f1b360 commit 8ddc077
Show file tree
Hide file tree
Showing 9 changed files with 1,432 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master
- dev

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master
- dev

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ on:
push:
branches:
- main
- master
- dev

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/playwright.perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master
- dev

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/playwright.smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master
- dev

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master
- dev

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ yarn-error.log

.idea

.yarn

npm/**/lib
npm/**/public
npm/**/scss
Expand Down
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

0 comments on commit 8ddc077

Please sign in to comment.