mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-22 13:54:55 -04:00
CHANGE: ci runs now on master
This commit is contained in:
parent
9abebf3244
commit
f60aed3eed
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ubuntu-qt5_c-cpp.yml
vendored
4
.github/workflows/ubuntu-qt5_c-cpp.yml
vendored
|
@ -2,9 +2,9 @@ name: Ubuntu Qt 5 C/C++ CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "gitbuild" ]
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "gitbuild" ]
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/ubuntu-qt6_c-cpp.yml
vendored
4
.github/workflows/ubuntu-qt6_c-cpp.yml
vendored
|
@ -2,9 +2,9 @@ name: Ubuntu Qt 6 C/C++ CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "gitbuild" ]
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "gitbuild" ]
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue