Skip to content

Commit

Permalink
chore(ci): prevents duplicate workflow runs
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric BIDON <[email protected]>
  • Loading branch information
fredbi committed Feb 1, 2024
1 parent 9fea0cf commit 750aa49
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: go test

on: [push, pull_request]

on:
push:
tags:
- v*
branches:
- master
paths-ignore: *.md

pull_request:
paths-ignore: *.md

jobs:
lint:
name: Lint
Expand Down

0 comments on commit 750aa49

Please sign in to comment.