Skip to content

Commit

Permalink
excludes README.md updates from Go build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed May 25, 2023
1 parent 36d2149 commit eb6b289
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Go
on: [push]

on:
push:
paths-ignore:
- "README.md"

jobs:
build:
Expand Down

0 comments on commit eb6b289

Please sign in to comment.