mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Only run cd for changes in projects folder
This commit is contained in:
parent
a491c8aa54
commit
7f51d21305
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -3,7 +3,8 @@ run-name: 'cd: ${{ github.event.head_commit.message }}'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: main
|
||||||
|
paths: projects
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cd:
|
cd:
|
||||||
|
|
Loading…
Reference in a new issue