chore(ci): fix aws build triggering on pull request event

When a PR was opened, thus for the first commits push, aws builds
weren't triggered. The workflow was only executed when commits were
pushed once again (synchronize event).
This commit is contained in:
David Testé
2023-01-12 09:49:12 +01:00
committed by David Testé
parent 140330f412
commit 2aab1439b2

View File

@@ -3,8 +3,6 @@ name: PR AWS build trigger
on:
pull_request:
types:
- synchronize
jobs:
test: