Skip to content

Commit

Permalink
Using new regex for release and test release
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell authored Jan 12, 2024
1 parent 6d17832 commit af4b025
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

on:
push:
tags: 'foo-v[0-9]+.[0-9]+.[0-9]+-*'
tags: 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
build:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/test-for-release-format.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

on:
push:
tags: 'foo-test-v[0-9]+.[0-9]+.[0-9]+-*'
tags: 'test-v[0-9]+.[0-9]+.[0-9]+*'

jobs:
build:
Expand Down

0 comments on commit af4b025

Please sign in to comment.