mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
ad0bd6751c
commit
d7ade1aea4
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/docker.yml
|
- .github/**
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
|
|
|
||||||
4
.github/workflows/build_stable.yml
vendored
4
.github/workflows/build_stable.yml
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
name: Build
|
name: Build Stable
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/docker.yml
|
- .github/**
|
||||||
- build/**
|
- build/**
|
||||||
- installation/**
|
- installation/**
|
||||||
- tests/**
|
- tests/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue