mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-05-01 18:54:57 +08:00
fix: trigger workflows on external pull requests #1114
This commit is contained in:
1
.github/workflows/circular.dep.check.yml
vendored
1
.github/workflows/circular.dep.check.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
pull_request:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
pull_request:
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
pull_request:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/typecheck.yml
vendored
1
.github/workflows/typecheck.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
pull_request:
|
||||
jobs:
|
||||
typecheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user