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" name: "devrelease:driver"
on: on:
workflow_dispatch:
schedule:
- cron: "10 0 * * *"
push: push:
branches: branches:
- master
- release-* - release-*
jobs: jobs: