re-enable PR builds

This commit is contained in:
Al Majumdar 2022-04-01 23:11:03 +05:30
parent b0acc5cb6f
commit 908fbf66ab
2 changed files with 14 additions and 15 deletions

View file

@ -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' }}

View file

@ -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: