1

Restrict when to rerun build task

This commit is contained in:
Evan Pratten 2023-07-20 11:56:43 -04:00
parent 55d526b660
commit 85429ce59c

View File

@ -1,7 +1,14 @@
on: [push, pull_request]
name: Build
on:
pull_request:
push:
paths:
- '.github/workflows/build.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/src/*'
jobs:
build_and_test:
name: Rust project