Add a PR validation action (#109)
This commit is contained in:
committed by
GitHub
parent
7257a3a6d5
commit
a3fd843e49
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Action CI
|
name: Action CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
branches: [master, main]
|
||||||
|
push:
|
||||||
|
branches: [master, main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user