ci: remove accident push trigger from website.yml

This commit is contained in:
Boshen 2023-07-27 18:24:33 +08:00
parent 252d3342a1
commit 5e0edf14fe
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -5,10 +5,6 @@ on:
schedule:
- cron: "0 0 * * *" # 00:00 every day
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true