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:
commit
3315ce1e89
1 changed files with 4 additions and 2 deletions
6
.github/workflows/automation.yml
vendored
6
.github/workflows/automation.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue