Skip to content

Commit c5205cc

Browse files
authored
Merge pull request #454 from drpebcak/exclude-ci
2 parents 65136ee + 9e1fbca commit c5205cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- main
77
paths-ignore:
88
- docs/**
9+
- tools/**
10+
- README.md
911
pull_request:
1012
branches:
1113
- main
1214
paths-ignore:
1315
- docs/**
16+
- tools/**
17+
- README.md
1418

1519
jobs:
1620
test:
@@ -25,7 +29,7 @@ jobs:
2529
- uses: actions/setup-go@v5
2630
with:
2731
cache: false
28-
go-version: "1.21"
32+
go-version: "1.22"
2933
- name: Build UI
3034
if: matrix.os == 'ubuntu-22.04'
3135
run: make build-ui

0 commit comments

Comments
 (0)