Skip to content

Commit

Permalink
chore(ci): only build push on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 9, 2025
1 parent ff4b55d commit 48f2395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
required: false
default: true
push:
branches-ignore:
- "update-dependencies-pr"
branches:
- main
paths:
- ".github/workflows/build.yml"
- "docker/**"
Expand Down

0 comments on commit 48f2395

Please sign in to comment.