Skip to content

Commit 0114e4b

Browse files
committed
Do not test tag pushes
1 parent a0322db commit 0114e4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Tests
22

33
on:
44
push:
5+
branches:
6+
- '**'
7+
tags-ignore:
8+
- '**'
59
pull_request:
610

711
jobs:

0 commit comments

Comments
 (0)