Stop doing another full sync on every main branch push (#6895)

This commit is contained in:
teor 2023-06-10 01:30:37 +10:00 committed by GitHub
parent 0c4e1bd4ed
commit 3390f03be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ on:
required: false
type: boolean
default: false
push:
branches:
- main
# Temporarily disabled to reduce network load, see #6894.
#push:
# branches:
# - main
release:
types:
- published