Enable workflow to run on fork pull requests (#435)
This commit is contained in:
1
.github/workflows/ci-chromatic.yaml
vendored
1
.github/workflows/ci-chromatic.yaml
vendored
@ -2,6 +2,7 @@ name: 'CI Chromatic'
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
jobs:
|
||||
chromatic-deployment:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/ci-docs.yaml
vendored
1
.github/workflows/ci-docs.yaml
vendored
@ -1,6 +1,7 @@
|
||||
name: CI Docs
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
jobs:
|
||||
docs-build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/ci-front.yaml
vendored
1
.github/workflows/ci-front.yaml
vendored
@ -1,6 +1,7 @@
|
||||
name: CI Front
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
jobs:
|
||||
front-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/ci-server.yaml
vendored
1
.github/workflows/ci-server.yaml
vendored
@ -1,6 +1,7 @@
|
||||
name: CI Server
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
jobs:
|
||||
server-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user