Skip to content

Commit

Permalink
chore(ci): run release dry-run in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Jul 31, 2023
1 parent ad1b427 commit 2bcd075
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Release
name: Release Workflows

on:
push:
branches:
- main
- main-test
- ci
- ci-test
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-alpha
Expand All @@ -15,6 +12,8 @@ on:
- v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-rc
- v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
pull_request:
types: [opened, reopened, synchronize]

jobs:
release:
Expand Down

0 comments on commit 2bcd075

Please sign in to comment.