Add PR trigger on auto-merge enable (#473)

This commit is contained in:
Félix Saparelli 2023-01-09 12:59:46 +13:00 committed by GitHub
parent 33f5ba5ef9
commit 2523bf5a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ name: Test suite
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
types:
- opened
- reopened
- synchronize
- auto_merge_enabled
push: push:
branches: branches:
- main - main