Skip to content

Commit 954b885

Browse files
authored
run code quality workflow checks on experimental branch prs (#179)
run workflow checks on experimental branch prs
1 parent 429e880 commit 954b885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Code checks
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, experimental]
66
pull_request:
7-
branches: [main]
7+
branches: [main, experimental]
88

99
jobs:
1010
checks:

0 commit comments

Comments
 (0)