Skip to content

Commit fce27ab

Browse files
committed
Run CI on all branches.
1 parent 6968dfc commit fce27ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ concurrency:
77
on:
88
pull_request:
99
push:
10-
branches: [trunk]
10+
branches:
11+
- "*"
1112

1213
workflow_dispatch:
1314

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
push:
1010
branches:
11-
- "trunk"
11+
- "*"
1212

1313
workflow_dispatch:
1414

0 commit comments

Comments
 (0)