mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
Change actions trigger to pushing to the 'onboard-actions' branch. (#41955)
This commit is contained in:
parent
2964ea8e32
commit
2a31387236
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test_modified_ports.yml
vendored
4
.github/workflows/test_modified_ports.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Test Modified Ports
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- onboard-actions
|
||||
jobs:
|
||||
Windows:
|
||||
runs-on:
|
||||
|
|
Loading…
Reference in a new issue