Skip to content

Commit 61a4334

Browse files
committed
Only run CI on main and release branches
1 parent 76bac7f commit 61a4334

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Build
55
on:
66
workflow_dispatch:
77
push:
8+
branches:
9+
- main
10+
- release/*
811
pull_request:
912

1013
concurrency:

0 commit comments

Comments
 (0)