Skip to content

Commit

Permalink
fix: branch name in github validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyR committed Jun 3, 2024
1 parent 822fad6 commit 5733fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop
- master
- main
- 'releases/**'
- 'release/**'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit 5733fea

Please sign in to comment.