mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-29 04:25:28 +08:00
ci: enable workflow pull_request
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -2,7 +2,11 @@ name: deploy website preview
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- release/*
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user