Skip to content

Commit

Permalink
packit.yml: trigger builds on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Aug 20, 2024
1 parent 7b77e74 commit dd9e9ac
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ srpm_build_deps:
- npm

jobs:
- job: copr_build
trigger: pull_request
targets: &build_targets
- centos-stream-9
- centos-stream-10
- fedora-all

- job: copr_build
trigger: commit
branch: "^main$"
owner: "@osbuild"
project: "cockpit-composer-main"
preserve_project: True
targets: &build_targets
- centos-stream-9
- centos-stream-10
- fedora-all
targets: *build_targets

- job: copr_build
trigger: release
Expand Down

0 comments on commit dd9e9ac

Please sign in to comment.