Skip to content

Commit

Permalink
fix: run full validation for release branch (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi authored May 27, 2024
1 parent dfc7c33 commit cb3bb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-full-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
branches:
- main
- 1.0.0*
- release*
push:
branches:
- 1.0.0*
- release*
- main
workflow_dispatch:

Expand Down

0 comments on commit cb3bb9b

Please sign in to comment.