mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-12 00:24:27 -04:00
Add community branch trigger for automated builds
This commit is contained in:
parent
c0011162fd
commit
00e0b54644
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,9 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- community
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- community
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue