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

Fix automation workflow trigger

This commit is contained in:
Bill Thornton 2024-08-01 00:55:16 -04:00 committed by GitHub
parent d02b5361ff
commit 1137103706
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: