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 5c52f3d commit 3334b43
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +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:
Expand Down

0 comments on commit 3334b43

Please sign in to comment.