mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-24 07:38:33 +00:00
ci(Build): Fix paths for PRs and branches
This commit is contained in:
parent
20a119d7aa
commit
1daec15268
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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/**
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.get-matrix.outputs.matrix }}
|
matrix: ${{ steps.get-matrix.outputs.matrix }}
|
||||||
build-target: ${{ steps.get-build-target.outputs.build-target }}
|
build-target: ${{ steps.get-build-target.outputs.build-target }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user