Skip to content

Commit 93c60bb

Browse files
Update github actions to ignore rcs (#521)
1 parent 38ad7f5 commit 93c60bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-tests-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
tags:
8-
- "*"
8+
- 'v[0-9]+.[0-9]+.[0-9]+'
99
pull_request:
1010

1111
jobs:

0 commit comments

Comments
 (0)