mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
CI/CD improvements
- PR builds will now run even if they weren't opened as drafts - PR builds will now re-run when they get new commits - Builds can now be manually triggered from GitHub
This commit is contained in:
parent
70a27afad1
commit
4592fc42af
3
.github/workflows/check-builds.yaml
vendored
3
.github/workflows/check-builds.yaml
vendored
@ -9,12 +9,13 @@ on:
|
|||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- Makefile
|
- Makefile
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ready_for_review
|
types: [opened, reopened, synchronize, ready_for_review]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- vendor/**
|
- vendor/**
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- Makefile
|
- Makefile
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
|
Loading…
Reference in New Issue
Block a user