mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
update CI triggers not to duplicate on pull requests
This commit is contained in:
parent
e5da254c11
commit
c0e9cd0f3d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue