Skip to content

Commit

Permalink
GitHub Actions: specify branch in danger.yml trigger
Browse files Browse the repository at this point in the history
Based on this https://github.com/orgs/community/discussions/66512
discussion, this patch should trigger danger.yml in 9.4-stable
branch

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Sep 23, 2024
1 parent a81a9cc commit 775860a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: Publish PR build
on: # yamllint disable-line rule:truthy
workflow_run:
workflows:
- "PR build"
types:
- completed
workflows: ["PR build"]
types: [completed]
branches:
- '9.4-stable'

jobs:
build:
Expand Down

0 comments on commit 775860a

Please sign in to comment.