This commit is contained in:
Lev 2021-11-06 20:05:47 +03:00
parent daa1926f03
commit 4dea1275f8
2 changed files with 12 additions and 11 deletions

View file

@ -1,6 +1,7 @@
name: Build Develop name: Build Develop
on: on:
push:
pull_request: pull_request:
branches: branches:
- main - main

View file

@ -2,17 +2,17 @@ name: Build Stable
on: on:
push: push:
branches: # branches:
- main # - main
paths: # paths:
- .github/** # - .github/**
- build/** # - build/**
- installation/** # - installation/**
- tests/** # - tests/**
- .dockerignore # - .dockerignore
- docker-bake.hcl # - docker-bake.hcl
- docker-compose.yml # - docker-compose.yml
- env* # - env*
# Triggered from frappe/frappe and frappe/erpnext on releases # Triggered from frappe/frappe and frappe/erpnext on releases
repository_dispatch: repository_dispatch: