Don't automatically build native dependencies on push

We don't really need this. We always manually do these updates anyway.
This commit is contained in:
Dean Herbert 2021-08-20 13:24:04 +09:00 committed by GitHub
parent 8ac357412e
commit be91db5b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
name: build-native name: build-native
on: on:
push:
workflow_dispatch: workflow_dispatch:
inputs: {} inputs: {}
# schedule: # schedule: