[GitHub] Run format job on stacked PRs (#102957)

Currently the formatter only runs for the main branch, which prevents
the formatter from running for stacked PRs, which have to target user
branches instead of main.
This commit is contained in:
Tobias Stadler
2024-08-14 14:10:57 +02:00
committed by GitHub
parent 6cf3e7d067
commit 9811971860

View File

@@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- 'users/**'
jobs:
code_formatter: