Skip to content

Commit

Permalink
feature(build): add semver branches to gh-actions check
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan zollinger <[email protected]>
  • Loading branch information
Jonathan-Zollinger committed Jan 2, 2024
1 parent 4b8c76d commit 2ca3161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java CI with Gradle (Groovy)

on:
push:
branches: [ main ]
branches: [ main, v* ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 2ca3161

Please sign in to comment.