Skip to content

Commit

Permalink
Change trigger for jobs that require COPR to run
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Oct 10, 2023
1 parent 4dd352a commit 9c8d9b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: DNF 5 CI
on: pull_request_target
on:
pull_request_target:
merge_group:
types: [checks_requested]


jobs:
copr-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Package Build
on:
pull_request:
pull_request_target:
merge_group:
types: [checks_requested]

Expand Down

0 comments on commit 9c8d9b4

Please sign in to comment.