mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-26 00:28:24 +00:00
Merge pull request #530 from vrslev/fix-typo-in-gha-workflow
ci(Build): Fix paths for PRs and branches
This commit is contained in:
commit
47b2d34dd1
4
.github/workflows/docker.yml
vendored
4
.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/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user