Trigger CI on pull requests from forks

This commit is contained in:
Kien Dang 2023-08-06 04:30:17 +08:00
parent 9f7845f855
commit 4c7969793a
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
name: Lint name: Lint
on: push on:
push:
branches: ["main"]
pull_request:
jobs: jobs:
build: build:

View File

@ -1,6 +1,9 @@
name: Tests name: Tests
on: push on:
push:
branches: ["main"]
pull_request:
jobs: jobs:
build: build: