Skip to content

Commit

Permalink
Merge pull request #149 from 0x5459/patch-1
Browse files Browse the repository at this point in the history
chore(CI): ignore docs
  • Loading branch information
simlecode authored Aug 10, 2023
2 parents fdc9a54 + 4936f35 commit 0421112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
paths-ignore: ["*.md", "docs/**"]
pull_request:
branches:
- '**'
paths-ignore: ["*.md", "docs/**"]
env:
CGO_CFLAGS: -D__BLST_PORTABLE__
CGO_CFLAGS_ALLOW: -D__BLST_PORTABLE__
Expand Down

0 comments on commit 0421112

Please sign in to comment.