Skip to content

Commit 8b89428

Browse files
committed
Add 1.19 to permitted pages branches
1 parent be9f445 commit 8b89428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
is-main-branch: |-
1717
${{
1818
github.event_name != 'pull_request' && contains(
19-
fromJson('["main"]'),
19+
fromJson('["main", "1.19"]'),
2020
(github.head_ref || github.ref_name)
2121
)
2222
}}

0 commit comments

Comments
 (0)