Skip to content

Commit 5948a39

Browse files
committed
wip
1 parent 4ddce06 commit 5948a39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
branches:
55
- "main"
66
pull_request:
7-
7+
branches:
8+
- main
9+
810
jobs:
911
setup-docker:
1012
runs-on: ${{ matrix.os }}
@@ -26,4 +28,4 @@ on:
2628
echo "Docker client version: ${{ steps.docker.outputs.docker-client-version }}"
2729
- name: Get the Colima version
2830
run: |
29-
echo "Colima version: ${{ steps.docker.outputs.colima-version }}"
31+
echo "Colima version: ${{ steps.docker.outputs.colima-version }}"

0 commit comments

Comments
 (0)