mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: Add build test after patch merged
This test works after the patch is merged into the master branch.
This commit is contained in:
parent
6c4896b911
commit
b83d6c6419
2 changed files with 6 additions and 0 deletions
3
.github/workflows/actions.yml
vendored
3
.github/workflows/actions.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
3
.github/workflows/build_win.yml
vendored
3
.github/workflows/build_win.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue