We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d9523 commit 865fff9Copy full SHA for 865fff9
.github/workflows/kind.yml
@@ -4,11 +4,11 @@ on:
4
push:
5
branches: [ main ]
6
paths-ignore:
7
- - '*.md'
+ - '**.md'
8
pull_request:
9
10
11
12
workflow_dispatch:
13
14
jobs:
.github/workflows/test.yml
@@ -2,11 +2,13 @@ name: Go Build and Test
2
3
on:
- branches:
- - main
+ branches: [ main ]
+ paths-ignore:
test:
0 commit comments