Skip to content

Commit 069bcbd

Browse files
authored
chore: Specify what CI runs on (#2157)
* specified where CI is running on * .
1 parent 43cf833 commit 069bcbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "CI"
22
on:
33
push:
4+
branches:
5+
- main
6+
- release/*
7+
pull_request:
48
paths-ignore:
59
- "**.md"
610
- "**.txt"

0 commit comments

Comments
 (0)