Skip to content

Commit

Permalink
fix: run full validation for release branch (ratify-project#1512)
Browse files Browse the repository at this point in the history
Signed-off-by: akashsinghal <[email protected]>
  • Loading branch information
susanshi authored and akashsinghal committed Sep 13, 2024
1 parent d9aaa8c commit b3e0ba9
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 b3e0ba9

Please sign in to comment.