Skip to content

Commit 8f75a9b

Browse files
authored
Update auto-update.yml
1 parent fd38b8f commit 8f75a9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/auto-update.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Auto-update
22
# Auto-update only listens to `push` events.
33
# If a pull request is already outdated when enabling auto-merge, manually click on the "Update branch" button a first time to avoid having to wait for another commit to land on the base branch for the pull request to be updated.
44
on: push
5-
# If pull requests are always based on the same branches, only triggering the workflow when these branches receive new commits will minimize the workflow execution.
6-
# on:
7-
# push:
8-
# branches:
9-
# - main
105

116
jobs:
127
Auto:

0 commit comments

Comments
 (0)