Skip to content

Commit

Permalink
feat: build on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 12, 2024
1 parent 6869db6 commit 2579eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on:
push:
branches:
- main
- '**'
tags:
- "v*.*.*"

Expand All @@ -18,7 +18,7 @@ permissions:
repository-projects: read
security-events: read
statuses: read

jobs:
build:
runs-on: macos-13
Expand Down

0 comments on commit 2579eb1

Please sign in to comment.