trigger debug build only on code changes
This commit is contained in:
parent
c164cafeac
commit
b811b63bd3
9
.github/workflows/debug.yaml
vendored
9
.github/workflows/debug.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user