Skip to content

Commit

Permalink
fix build targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
bwieger-atlassian-com committed Dec 2, 2024
1 parent 7e12d73 commit 5ad4f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- '*'
- '**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '*'
- '**'

jobs:
release:
Expand Down

0 comments on commit 5ad4f2f

Please sign in to comment.