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 <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Feb 1, 2024
1 parent 26b65e2 commit 5c8cda9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/go-test.yml
@@ -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'

jobs:
lint:
Expand Down

0 comments on commit 5c8cda9

Please sign in to comment.