mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
(workflow) ghcr.yml with paths/paths-ignore conditions for pull_request (#3240)
* ghcr.yml with paths/paths-ignore conditions for pull_request * include evaluation folder * removed paths, just paths-ignore now * deploy-docs only for docs * exclude evaluation folder Co-authored-by: Xingyao Wang <xingyao@all-hands.dev> --------- Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
This commit is contained in:
parent
62ce183c2d
commit
c2c363b0ec
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -5,6 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
||||
5
.github/workflows/ghcr.yml
vendored
5
.github/workflows/ghcr.yml
vendored
@ -11,6 +11,11 @@ on:
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
- 'frontend/**'
|
||||
- 'evaluation/**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
reason:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user