Skip to content

Commit b64b737

Browse files
committed
update OBS workflows
1 parent 64a3de1 commit b64b737

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.obs/workflows.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
workflow:
1+
workflow_main:
22
steps:
33
- trigger_services:
44
project: home:plugdata
55
package: plugdata
6+
- filters:
7+
event: push
8+
branches:
9+
only:
10+
- main
11+
workflow_develop:
12+
steps:
13+
- trigger_services:
14+
project: home:plugdata
15+
package: plugdata-current
616
- filters:
717
event: push
818
branches:

0 commit comments

Comments
 (0)