Skip to content

Commit 572fa4c

Browse files
committed
ci: Run workflow on all branches and pull requests
Remove branch restrictions so the build workflow runs on every push to any branch and all pull requests, making it truly universal.
1 parent a4d1d39 commit 572fa4c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ name: Build and Release Addon
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- 'claude/**'
85
pull_request:
9-
branches:
10-
- main
116
workflow_dispatch:
127
inputs:
138
version:

0 commit comments

Comments
 (0)