Skip to content

Commit

Permalink
Merge pull request #483 from Concordium/ci-checks-on-edited
Browse files Browse the repository at this point in the history
Run CI checks when PR is edited (base branch changes)
  • Loading branch information
limemloh authored Feb 7, 2025
2 parents d943fbe + b29da92 commit fc01519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- backend-rust/**
- .github/**
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, edited]
branches: [ main ]
paths:
- backend-rust/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-net-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check backend (.NET)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, edited]
branches: [ main ]
paths:
- backend/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- frontend/**
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, edited]
branches: [ main ]
paths:
- frontend/**
Expand Down

0 comments on commit fc01519

Please sign in to comment.