mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-07 03:16:50 +08:00
run ci action only for pr to master
This commit is contained in:
parent
fe10bb662d
commit
f8885c5950
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on: push
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user