Skip to content

Commit a0ebd31

Browse files
committed
Fix YAML indentation for tags in GitHub Actions workflow
1 parent ea85d12 commit a0ebd31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- '*'
7-
tags:
8-
- 'v[0-9].[0-9].[0-9]+'
9-
- 'v[0-9].[0-9]+.[0-9]+-beta'
7+
tags:
8+
- 'v[0-9].[0-9].[0-9]+'
9+
- 'v[0-9].[0-9]+.[0-9]+-beta'
1010
pull_request:
1111
branches:
1212
- '*'

0 commit comments

Comments
 (0)