We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1707b5c commit 1354006Copy full SHA for 1354006
.github/workflows/auto-merge.yml
@@ -4,6 +4,8 @@ on:
4
pull_request:
5
types:
6
- synchronize # Trigger on any changes to the PR
7
+ branches:
8
+ - main # Only trigger on PRs targeting the 'main' branch
9
10
jobs:
11
auto-merge:
0 commit comments