(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:
tobitege 2024-08-04 16:37:07 +02:00 committed by GitHub
parent 62ce183c2d
commit c2c363b0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
paths:
- 'docs/**'
branches:
- main

View File

@ -11,6 +11,11 @@ on:
tags:
- '*'
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- 'frontend/**'
- 'evaluation/**'
workflow_dispatch:
inputs:
reason: