mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 03:53:07 +03:00
update workflow to ignore markdown files
This commit is contained in:
parent
27b70731e9
commit
751a52994b
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Main pipeline
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.19.3
|
||||
|
Loading…
Reference in New Issue
Block a user