Skip to content

Commit 009eaae

Browse files
ci: sync with template repository
1 parent 649e5bc commit 009eaae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/merge.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Merge
22

33
on:
4+
push:
45
pull_request:
56

67
concurrency:
@@ -19,6 +20,7 @@ jobs:
1920
permissions:
2021
contents: write
2122
pull-requests: write
23+
if: github.event_name == 'pull_request'
2224
runs-on: ubuntu-latest
2325
steps:
2426
- name: Enable Auto-Merge (Squash)

0 commit comments

Comments
 (0)