run workflows on pull request

This commit is contained in:
Анатолий 2025-01-25 00:58:06 +06:00
parent d264bbf796
commit c20a67fd39
4 changed files with 28 additions and 4 deletions

View file

@ -10,7 +10,13 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
env:
OutputArch: "linux-64"
OutputArchArm: "linux-arm64"

View file

@ -10,7 +10,13 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
env:
OutputArch: "macos-64"
OutputArchArm: "macos-arm64"

View file

@ -10,7 +10,13 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
env:
OutputArch: "windows-64"
OutputArchArm: "windows-arm64"

View file

@ -10,7 +10,13 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
types:
- opened
- reopened
- synchronize
env:
OutputArch: "windows-64"
OutputArchArm: "windows-arm64"