1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5857 from jellyfin/fix-auotmation-trigger

This commit is contained in:
Bill Thornton 2024-08-01 01:20:47 -04:00 committed by GitHub
commit 3315ce1e89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,14 @@
name: Automation
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches:
- master
pull_request_target:
types:
- synchronize
jobs:
compose-comment: