Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Sep 14, 2023
1 parent 1a83be4 commit 6146a85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: DNF 5 CI
on:
pull_request_target:
types: [opened, reopened, synchronize]
pull_request:
merge_group:
types: [checks_requested]

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

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Pre Commit
on:
pull_request:
merge_group:
types: [checks_requested]


jobs:
Expand Down

0 comments on commit 6146a85

Please sign in to comment.