Skip to content

let gh actions build include LICENSE, README, fonts and lang #15

let gh actions build include LICENSE, README, fonts and lang

let gh actions build include LICENSE, README, fonts and lang #15

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