Skip to content

Commit d9db675

Browse files
committed
chore: trigger on synchonize event
1 parent a6ed8ee commit d9db675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Pull Request Workflow"
22
on:
33
pull_request:
4-
types: [ready_for_review]
4+
types: [synchronize, ready_for_review]
55

66
concurrency:
77
group: start-pull-request-build-${{ github.ref }}
@@ -14,6 +14,7 @@ env:
1414

1515
jobs:
1616
aws-sdk-pr-build:
17+
if: github.event.pull_request.draft == false
1718
runs-on: ubuntu-latest
1819
permissions:
1920
id-token: write

0 commit comments

Comments
 (0)