Skip to content

Commit

Permalink
Add copr workflow for release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Mar 5, 2024
1 parent e440ea8 commit 3986c0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
trigger: pull_request
targets:
- fedora-all
branch: 'main'
- job: copr_build
trigger: pull_request
targets:
- fedora-all
branch: 'create-pull-request/patch'
actions:
get-current-version:
- bash -c 'rpmspec -q --queryformat "%{VERSION}\n" dnf5.spec | head -n1'
- job: tests
trigger: pull_request
identifier: "dnf5-tests"
Expand Down

0 comments on commit 3986c0f

Please sign in to comment.