Skip to content

Commit

Permalink
Don't run release build on pushes to main branch.
Browse files Browse the repository at this point in the history
A tag in the form 'v*.*.*' is required for the release version to be properly set. (I thought the `branches:` and `tags:` push filters would aggregate but they don't.)
  • Loading branch information
krazkidd committed Jun 18, 2024
1 parent fc295bb commit 793f6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Debian Bookworm Release

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

Expand Down

0 comments on commit 793f6e0

Please sign in to comment.