Skip to content

Commit

Permalink
Remove feature/v4 from GitHub Action tests & introduce forgotten CMRA…
Browse files Browse the repository at this point in the history
… changeset
  • Loading branch information
AlbertoBrusa committed Jan 20, 2023
1 parent 272f6ef commit 54edb87
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-countries-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-modular-react-app': major
---

Bumped default TypeScript version to ^4.8.3
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']
pull_request:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']

jobs:
Static:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Windows Test

on:
push:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']
pull_request:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']

jobs:
Test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Test

on:
push:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']
pull_request:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']

jobs:
Test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'Validate'
on:
push:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']
pull_request:
branches: [main, 'release/**', feature/v4]
branches: [main, 'release/**']

jobs:
check-yarn-lock-registry:
Expand Down

0 comments on commit 54edb87

Please sign in to comment.