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 db496da commit 61bff49
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: go test

on: [push, pull_request]
on:
push:
tags:
- v*
branches:
- master
paths-ignore:
- *.md

pull_request:
paths-ignore: *.md
- *.md

jobs:
lint:
Expand Down

0 comments on commit 61bff49

Please sign in to comment.