Skip to content

Commit b1e7317

Browse files
authored
Enable publishing for 1.x branches.
1 parent 4e4d89b commit b1e7317

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Publish
1+
name: Publishing for Spine v1.x
22

33
on:
44
push:
5-
branches: [master]
6-
5+
branches:
6+
- v1
7+
- 1.x-dev
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)