Skip to content

Commit 07b5ca8

Browse files
committed
apparently this is how you actually do it on every branch
1 parent 9d6b99a commit 07b5ca8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: trunk
55
pull_request:
6+
branches:
7+
- '**'
68
merge_group:
79

810
env:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: trunk
55
pull_request:
6+
branches:
7+
- '**'
68
merge_group:
79

810
jobs:

0 commit comments

Comments
 (0)