diff --git a/.github/workflows/autosquash.yml b/.github/workflows/autosquash.yml index 926d175316..b0d51c7aa5 100644 --- a/.github/workflows/autosquash.yml +++ b/.github/workflows/autosquash.yml @@ -1,5 +1,8 @@ name: Autosquash on: + push: + branches-ignore: + - master check_run: types: # Check runs completing successfully can unblock the corresponding pull requests and make them mergeable.