Skip to content

Commit

Permalink
Run workflows on pre-release too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 17, 2024
1 parent a897017 commit bbdc3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Release
on:
pull_request:
branches:
- "r/[0-9]+.[0-9]+.[0-9]+"
- "r/[0-9]+.[0-9]+.[0-9]+(-[0-9a-zA-Z]+)?"

jobs:
check-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-Release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+(-[0-9a-zA-Z]+)?"

permissions:
contents: write
Expand Down

0 comments on commit bbdc3d5

Please sign in to comment.