Skip to content

Commit 2f8c705

Browse files
Rashad-jKaiSchwarz-cnic
authored andcommitted
ci(workflow): fixing tags-ignore filter
1 parent cda0c06 commit 2f8c705

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: Release
22
on:
3+
# will run for every branch, except tags. See RSRMID-206.
34
push:
5+
# Sequence of patterns matched against refs/heads
6+
branches:
7+
- "**"
8+
# Sequence of patterns matched against refs/tags
49
tags-ignore:
510
- "**"
611
pull_request:
12+
branches:
13+
- "**"
714
tags-ignore:
815
- "**"
916

0 commit comments

Comments
 (0)