mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2024-11-10 05:51:07 +07:00
Add pull_request to Actions triggers
This commit is contained in:
parent
4652bfc96e
commit
f486e795bf
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: "build-test-dev"
|
name: "build-test-dev"
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
Loading…
Reference in New Issue
Block a user