Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to ignore README.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 6, 2024
1 parent 1e93643 commit dc49939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
on: [push]
on:
push:
paths-ignore:
- "README.md"

jobs:

Expand Down
10 changes: 0 additions & 10 deletions release.sh

This file was deleted.

0 comments on commit dc49939

Please sign in to comment.