Skip to content

Commit a3fd843

Browse files
authored
Add a PR validation action (#109)
1 parent 7257a3a commit a3fd843

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Action CI
22

3-
on: [push]
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
branches: [master, main]
8+
push:
9+
branches: [master, main]
410

511
jobs:
612

0 commit comments

Comments
 (0)