mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 11:42:43 +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
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user