mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: fix trigger to test pr
This commit is contained in:
parent
5bef76d2a6
commit
46f5d5d9b1
2 changed files with 3 additions and 9 deletions
4
.github/workflows/build_develop.yml
vendored
4
.github/workflows/build_develop.yml
vendored
|
|
@ -5,9 +5,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- images/production/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
|
|
|
|||
8
.github/workflows/build_stable.yml
vendored
8
.github/workflows/build_stable.yml
vendored
|
|
@ -5,9 +5,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- images/production/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
|
|
@ -19,9 +17,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- images/nginx/**
|
||||
- images/socketio/**
|
||||
- images/worker/**
|
||||
- images/production/**
|
||||
- overrides/**
|
||||
- tests/**
|
||||
- compose.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue