mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-23 06:14:50 -04:00
CHANGE: run condition, make it run on the same condition as existing workflows
This commit is contained in:
parent
f60aed3eed
commit
80b3ae207b
2 changed files with 8 additions and 4 deletions
6
.github/workflows/ubuntu-qt5_c-cpp.yml
vendored
6
.github/workflows/ubuntu-qt5_c-cpp.yml
vendored
|
@ -2,9 +2,11 @@ name: Ubuntu Qt 5 C/C++ CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
6
.github/workflows/ubuntu-qt6_c-cpp.yml
vendored
6
.github/workflows/ubuntu-qt6_c-cpp.yml
vendored
|
@ -2,9 +2,11 @@ name: Ubuntu Qt 6 C/C++ CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue