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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types: [opened, reopened]
|
||||||
|
paths:
|
||||||
|
- Cargo.toml
|
||||||
|
- Cargo.lock
|
||||||
|
- src/**
|
||||||
push:
|
push:
|
||||||
branches: dev
|
branches: dev
|
||||||
|
paths:
|
||||||
|
- Cargo.toml
|
||||||
|
- Cargo.lock
|
||||||
|
- src/**
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user