ci: limit branches to master to avoid duplicated runs

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2025-01-12 15:45:57 +08:00
parent b4ca6f4c1e
commit f8d7ea1828
No known key found for this signature in database

View File

@ -1,6 +1,11 @@
name: tunasync
on: [push, pull_request, workflow_dispatch]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs: