Skip to content

Commit 01e5b47

Browse files
committed
ci: enable OBS rebuild on push for the 'obs' branch
Note that this is not enabled in main, but needs to be there otherwise the webhook fails on push to main instead of being a no-op
1 parent 8778219 commit 01e5b47

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.obs/workflows.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
rebuild:
2+
steps:
3+
- trigger_services:
4+
project: system:systemd
5+
package: particleos-debian
6+
- trigger_services:
7+
project: system:systemd
8+
package: particleos-fedora
9+
filters:
10+
event: push
11+
branches:
12+
only:
13+
- obs

0 commit comments

Comments
 (0)