mirror of
https://github.com/tuna/tunasync.git
synced 2025-12-25 22:02:46 +00:00
ci: limit branches to master to avoid duplicated runs
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
b4ca6f4c1e
commit
f8d7ea1828
|
|
@ -1,6 +1,11 @@
|
||||||
name: tunasync
|
name: tunasync
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue