Skip to content

Commit

Permalink
fix(build): corrects the output of the build process (#30)
Browse files Browse the repository at this point in the history
This PR updates what branches have automatic releasing performed on
them. Each branch has a corresponding branch protection rule in place
before making this PR.
  • Loading branch information
Tbhesswebber authored Nov 16, 2023
1 parent 037cbc5 commit 106bf77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release
on:
push:
branches:
- +([0-9])?(.{+([0-9]),x}).x,
- main
- alpha

permissions:
contents: read # for checkout
Expand Down

0 comments on commit 106bf77

Please sign in to comment.