1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

chore: run docs and cli builds on all PRs (#16954)

All the other workflows already do this.
This commit is contained in:
bo0tzz
2025-03-18 17:55:18 +01:00
committed by GitHub
parent d7a6e78bf0
commit 8c2d02c362
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ on:
- 'cli/**' - 'cli/**'
- '.github/workflows/cli.yml' - '.github/workflows/cli.yml'
pull_request: pull_request:
branches: [main]
paths: paths:
- 'cli/**' - 'cli/**'
- '.github/workflows/cli.yml' - '.github/workflows/cli.yml'

View File

@ -3,7 +3,6 @@ on:
push: push:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main]
release: release:
types: [published] types: [published]