Skip to content

Commit 6d3d4b0

Browse files
committed
ODWA-31 FIX: Condition to identify PR merge action
1 parent ecca567 commit 6d3d4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sam-deploy:
4040
needs: gradle-test
4141
runs-on: ubuntu-latest
42-
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
42+
if: github.event.pull_request.merged == true
4343
steps:
4444
- name: Checkout code
4545
uses: actions/checkout@v3

0 commit comments

Comments
 (0)