Skip to content

Commit aba447a

Browse files
authored
Ignore pushes on tags
1 parent d44d0de commit aba447a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build & Test
33
on:
44
pull_request:
55
push:
6+
branches: ['**']
7+
# Ignore pushes on tags to prevent two uploads of codecov reports
8+
tags-ignore: ['**']
69
workflow_dispatch:
710
# Allow to run manually
811
inputs:

0 commit comments

Comments
 (0)