Skip to content

Commit 859f8b8

Browse files
committed
test: add current branch for testing
1 parent e120250 commit 859f8b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: Build mkosi Image
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main ]
6+
branches:
7+
- main
8+
- feat/add-warp-ci # TODO: Remove this once the CI is working
79
pull_request:
8-
branches: [ main ]
10+
branches:
11+
- main
912

1013
jobs:
1114
build-mkosi:

0 commit comments

Comments
 (0)