Skip to content

save project from menu bar #60

save project from menu bar

save project from menu bar #60

Workflow file for this run

name: Dev Builds
on:
push:
paths:
- Cargo.lock
- Cargo.toml
- src/**
- assets/**
- ".github/**"
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit