mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55: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:
|
||||
- main
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
- .github/**
|
||||
- build/**
|
||||
- installation/**
|
||||
- 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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
- .github/**
|
||||
- build/**
|
||||
- installation/**
|
||||
- tests/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue