mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-20 12:54:52 -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:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
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:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue