mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
fix: CI workflow does not start when changes are made to src
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
Some checks failed
Continuous Integration / Build, lint and test (push) Has been cancelled
+ readme update
This commit is contained in:
parent
badd43320d
commit
c4c622f018
3 changed files with 4 additions and 11 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src
|
||||
- src/**
|
||||
- Cargo*
|
||||
- Dockerfile
|
||||
# this file
|
||||
|
|
@ -12,7 +12,7 @@ on:
|
|||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- src
|
||||
- src/**
|
||||
- Cargo*
|
||||
- Dockerfile
|
||||
# this file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue