mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 03:14: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:
|
||||
build:
|
||||
if: github.event_name != 'push' || github.event.pull_request == null
|
||||
runs-on: ${{ matrix.arch.runner }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user