Browse Source

Chore(workflows/go): ignore docs

pull/76/head
xjasonlyu 3 years ago
parent
commit
867cfefa76
  1. 3
      .github/workflows/go.yml

3
.github/workflows/go.yml

@ -6,6 +6,9 @@ on:
- '*'
tags-ignore:
- '*'
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
jobs:

Loading…
Cancel
Save