Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Fix snapshot tag matcher
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Jun 11, 2020
1 parent 22157f9 commit 73f6dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: snapshot
on:
push:
tags:
- !v[0-9].[0-9]+.[0-9]+
- v[0-9].[0-9]+.[0-9]+-rc[0-9]+
- v[0-9].[0-9]+.[0-9]+-rc.[0-9]+
branches:
- -master
- release-*
Expand Down

0 comments on commit 73f6dc4

Please sign in to comment.