Skip to content

Commit 110bf81

Browse files
committed
Remove branch limitation from buildandupload (#290)
I want to start using multiple branches and each should be able to upload it's version to the discord server
2 parents 4eec8ca + 64a2409 commit 110bf81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildandupload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and Upload to Discord
66
on:
77
push:
88
branches:
9-
- develop
9+
- '**'
1010
tags-ignore:
1111
- '**'
1212

0 commit comments

Comments
 (0)