mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
fix(ci): run test action for pull requsts (#2445)
This commit is contained in:
parent
f5412dc7b0
commit
15ed3b76b0
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: Build & Test
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [master, main, develop]
|
||||
pull_request:
|
||||
branches: [master, main, develop]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
Loading…
Reference in New Issue
Block a user