Skip to content

Commit ac3651d

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml
1 parent 9df1a4c commit ac3651d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: CI
55

66
on:
77
push:
8-
branches: ["main"]
8+
branches: ["main", "release-*", "ci/*"]
99
tags: ["v*"]
1010
pull_request:
11-
branches: ["main"]
11+
branches: ["main", "release-*"]
1212
schedule:
1313
- cron: "30 4 * * *"
1414

0 commit comments

Comments
 (0)