Skip to content

Commit 48f2395

Browse files
committed
chore(ci): only build push on main branch
1 parent ff4b55d commit 48f2395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
required: false
1010
default: true
1111
push:
12-
branches-ignore:
13-
- "update-dependencies-pr"
12+
branches:
13+
- main
1414
paths:
1515
- ".github/workflows/build.yml"
1616
- "docker/**"

0 commit comments

Comments
 (0)