mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 19:34:07 +02:00
workflow: run only on pull request if push
This commit is contained in:
parent
e4a84207a4
commit
f7b673cb94
1
.github/workflows/build_test.yaml
vendored
1
.github/workflows/build_test.yaml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.event_name != 'push' || github.event.pull_request == null
|
||||||
runs-on: ${{ matrix.arch.runner }}
|
runs-on: ${{ matrix.arch.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user