Skip to content

Commit

Permalink
ci: add 'prerelease: auto' (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Jul 29, 2024
1 parent 4345f88 commit 8251f32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ release:
github:
owner: loilo-inc
name: canarycage
prerelease: auto

0 comments on commit 8251f32

Please sign in to comment.