Skip to content

Commit b6334a1

Browse files
Update branches-ignore for the validate workflow
Don't exclude code lines, as there is no workflow calling validate for those.
1 parent 118edda commit b6334a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: "Validate"
1818
on:
1919
pull_request:
2020
push:
21-
branches-ignore: [ 'master', 'helidon-*.x', 'release-*' ]
21+
branches-ignore: [ 'release-*' ]
2222
tags-ignore: [ '**' ]
2323
workflow_call:
2424
inputs:

0 commit comments

Comments
 (0)