Skip to content

Commit

Permalink
ci(workflow): fixing tags-ignore filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashad-j authored and KaiSchwarz-cnic committed Jun 21, 2021
1 parent cda0c06 commit 2f8c705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
@@ -1,9 +1,16 @@
name: Release
on:
# will run for every branch, except tags. See RSRMID-206.
push:
# Sequence of patterns matched against refs/heads
branches:
- "**"
# Sequence of patterns matched against refs/tags
tags-ignore:
- "**"
pull_request:
branches:
- "**"
tags-ignore:
- "**"

Expand Down

0 comments on commit 2f8c705

Please sign in to comment.