Skip to content

Commit

Permalink
start pipeline on PR edit (#516)
Browse files Browse the repository at this point in the history
* start pipeline on PR ready
  • Loading branch information
mafasva authored Apr 16, 2024
1 parent df03d60 commit 24d888f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ 'feature/**', 'dependabot/**' ]
pull_request_target:
branches: [ develop ]
types: [ closed, edited ]
types: [ ready_for_review, closed ]

jobs:
test_and_scan:
Expand Down

0 comments on commit 24d888f

Please sign in to comment.