Skip to content

Commit

Permalink
ci: switch trigger to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kutovoys committed Sep 10, 2024
1 parent b8833d6 commit 3da3888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: ci

on:
push:
tags:
- "v*"
branches:
- main

jobs:
docker:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ changelog:
exclude:
- "^docs:"
- "^test:"
- "^ci:"

0 comments on commit 3da3888

Please sign in to comment.