opt: remove on-push trigger

This commit is contained in:
Kingtous 2022-11-25 20:41:44 +08:00
parent 55004f9159
commit cc89a571da

View File

@ -5,8 +5,6 @@ on:
# schedule build every night
- cron: "0 0 * * *"
workflow_dispatch:
# REMOVE ME ON PR
push:
env:
LLVM_VERSION: "10.0"