trigger debug build only on code changes

This commit is contained in:
Dmitriy Kholkin 2024-02-02 21:21:53 +03:00
parent c164cafeac
commit b811b63bd3
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -2,8 +2,17 @@ name: Check and build app
on:
pull_request:
types: [opened, reopened]
paths:
- Cargo.toml
- Cargo.lock
- src/**
push:
branches: dev
paths:
- Cargo.toml
- Cargo.lock
- src/**
workflow_call:
env: