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
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
# Temporarily disabled to reduce network load, see #6894.
|
||||||
push:
|
#push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue