Skip to content

fix(deps): update all non-major dependencies #588

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #588

Workflow file for this run

name: build
on:
pull_request: {}
push:
branches:
- master
- renovate/*
tags-ignore:
- "**"
jobs:
build:
uses: alixinne/github-workflows/.github/workflows/build-rust-docker.yml@v1
with:
docker_test_image_command: --help
secrets:
docker_password: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}