Skip to content

Commit

Permalink
fix(ci): build on push only to main
Browse files Browse the repository at this point in the history
  • Loading branch information
trakhimenok committed Apr 8, 2024
1 parent 186d064 commit 4e1c6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Go CI

on:
push:
branches-ignore:
- renovate/**
branches:
- main
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+' # Push events to matching v*, i.e. v20.15.10
pull_request:
Expand Down

0 comments on commit 4e1c6de

Please sign in to comment.