mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
re-enable PR builds
This commit is contained in:
parent
b0acc5cb6f
commit
908fbf66ab
2 changed files with 14 additions and 15 deletions
2
.github/workflows/build_bench.yml
vendored
2
.github/workflows/build_bench.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
targets: bench-test
|
||||
env:
|
||||
MULTI_ARCH_BUILD: "${{ github.event_name == 'pull_request' }}"
|
||||
MULTI_ARCH_BUILD: "${{ github.event_name != 'pull_request' }}"
|
||||
|
||||
- name: Login
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
|
|
|
|||
27
.github/workflows/build_stable.yml
vendored
27
.github/workflows/build_stable.yml
vendored
|
|
@ -1,20 +1,19 @@
|
|||
name: Stable build
|
||||
|
||||
on:
|
||||
# toggle commenting to run on PR
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - images/nginx/**
|
||||
# - images/socketio/**
|
||||
# - images/worker/**
|
||||
# - overrides/**
|
||||
# - tests/**
|
||||
# - compose.yaml
|
||||
# - docker-bake.hcl
|
||||
# - example.env
|
||||
# - .github/workflows/build_stable.yml
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
- .github/workflows/build_stable.yml
|
||||
|
||||
push:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Reference in a new issue