Skip to content

Commit

Permalink
Update OBS workflow (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst authored Sep 25, 2022
1 parent b60b864 commit 89a2c4b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .obs/workflows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
workflow:
main_workflow:
steps:
- branch_package:
source_project: home:derselbst:anmp
source_package: fluidsynth
target_project: home:derselbst:anmp:github-ci
filters:
event: pull_request
rebuild_master:
steps:
- rebuild_package:
project: home:derselbst:anmp
package: fluidsynth
filters:
event: push
branches:
only:
- master

0 comments on commit 89a2c4b

Please sign in to comment.