Skip to content

Add branches

Add branches #1

Workflow file for this run

name: Rust
on:
push:
branches: [ "main", "actions" ]
pull_request:
branches: [ "main", "actions" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build Release
run: cargo build --relese