Skip to content

Commit e3f4369

Browse files
authored
Also trigger Dev rebuild on tag push (#249)
Signed-off-by: David Cassany <dcassany@suse.com>
1 parent e20440c commit e3f4369

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.obs/workflows.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev_workflow:
1+
push_workflow:
22
steps:
33
- trigger_services:
44
project: isv:Rancher:Elemental:Dev
@@ -9,11 +9,14 @@ dev_workflow:
99
- main
1010
event: push
1111

12-
staging_workflow:
12+
tag_workflow:
1313
steps:
1414
- trigger_services:
1515
project: isv:Rancher:Elemental:Staging
1616
package: elemental-operator
17+
- trigger_services:
18+
project: isv:Rancher:Elemental:Dev
19+
package: elemental-operator
1720
filters:
1821
branches:
1922
only:

0 commit comments

Comments
 (0)