chore: do not publish driver on every commit (#9634)

With this patch:
- one can trigger driver publish manually
- driver will be published once a day for master branch
- driver will be published for every commit of release branch
This commit is contained in:
Andrey Lushnikov 2021-10-20 01:41:39 -07:00 committed by GitHub
parent c60dcea3e5
commit 6264a70f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,11 @@
name: "devrelease:driver"
on:
workflow_dispatch:
schedule:
- cron: "10 0 * * *"
push:
branches:
- master
- release-*
jobs: