Skip to content

Commit a8f8942

Browse files
authored
Update build.yml
Signed-off-by: Fritzoid <[email protected]>
1 parent 14fe40a commit a8f8942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Test
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- 'features/**'
77
push:
88
branches:
99
- main
@@ -23,4 +23,4 @@ jobs:
2323
run: cargo build --verbose
2424

2525
- name: Run tests
26-
run: cargo test --verbose
26+
run: cargo test --verbose

0 commit comments

Comments
 (0)