mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 20:04:58 +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
7
.github/workflows/tunasync.yml
vendored
7
.github/workflows/tunasync.yml
vendored
@ -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…
x
Reference in New Issue
Block a user