We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bdd02 commit ce07234Copy full SHA for ce07234
.github/workflows/dotnet.yml
@@ -5,7 +5,8 @@ name: Build
5
6
on:
7
push:
8
- branches: [ "main" ]
+ paths-ignore:
9
+ - '**.md'
10
pull_request:
11
branches: [ "main" ]
12
0 commit comments