mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
ci: remove accident push trigger from website.yml
This commit is contained in:
parent
252d3342a1
commit
5e0edf14fe
1 changed files with 0 additions and 4 deletions
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue