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 d97fd3c commit 7288c26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 2 additions & 1 deletion .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: Package Build
on:
pull_request:
workflow_dispatch:
merge_group:
types: [checks_requested]

jobs:
ccache-build:
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 7288c26

Please sign in to comment.