Skip to content

chore(deps): Bump serde_yaml from 0.9.31 to 0.9.32 #88

chore(deps): Bump serde_yaml from 0.9.31 to 0.9.32

chore(deps): Bump serde_yaml from 0.9.31 to 0.9.32 #88

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- reopened
jobs:
test:
name: Test
uses: jontze/.workflows/.github/workflows/rust_test.yaml@main
with:
build: true
unit-tests: false
next:
name: Release
needs:
- test
# Only on push to main
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
permissions:
contents: write
uses: jontze/.workflows/.github/workflows/rust_release.yaml@main
with:
use-deploy-key: true
secrets:
DEPLOY_KEY: ${{ secrets.CI_TAG_DEPLOY_KEY }}