2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 15:48:34 +00:00

ci(Build): Fix paths for PRs and branches

This commit is contained in:
Lev 2021-10-29 13:44:25 +03:00
parent 20a119d7aa
commit 1daec15268

View File

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- github/workflows/docker.yml - .github/workflows/docker.yml
- build/** - build/**
- installation/** - installation/**
- tests/** - tests/**
@ -18,7 +18,7 @@ on:
branches: branches:
- main - main
paths: paths:
- github/workflows/docker.yml - .github/workflows/docker.yml
- build/** - build/**
- installation/** - installation/**
- tests/** - tests/**