Skip to content

Commit

Permalink
ci: change to only run on PRs and pushes against main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen committed Dec 27, 2023
1 parent d335ec7 commit 07c1e6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: release

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
goreleaser:
Expand Down

0 comments on commit 07c1e6a

Please sign in to comment.