fix: trigger workflows on external pull requests #1114

This commit is contained in:
Ahsan Javaid
2021-10-15 17:23:28 +05:00
committed by GitHub
parent 1af7a18b10
commit 8b4fdb5bdf
4 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
branches:
- '**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest

View File

@@ -5,6 +5,7 @@ on:
branches:
- '**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest

View File

@@ -5,6 +5,7 @@ on:
branches:
- '**'
pull_request:
jobs:
tests:
runs-on: ubuntu-latest

View File

@@ -5,6 +5,7 @@ on:
branches:
- '**'
pull_request:
jobs:
typecheck:
runs-on: ubuntu-latest