Skip to content

Commit

Permalink
fix(repo): Enable github actions Checks for main-v4 branch (#1940)
Browse files Browse the repository at this point in the history
* fix(repo): Enable github actions Checks for main-v4 branch

* Create silly-icons-kick.md
  • Loading branch information
dimkl committed Oct 25, 2023
1 parent 74a2cbe commit 641de48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/silly-icons-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---

2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Quality checks and tests
on:
merge_group:
pull_request:
branches: [ main ]
branches: [ main, main-v4 ]

concurrency:
group: checks-${{ github.ref }}
Expand Down

0 comments on commit 641de48

Please sign in to comment.