Stop doing another full sync on every main branch push (#6895)
This commit is contained in:
parent
0c4e1bd4ed
commit
3390f03be4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue