mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
WORKFLOW: added self-hosted runner to Flatpak push main
This commit is contained in:
parent
f51e36aead
commit
ba77acc263
4
.github/workflows/flathub_push_main.yml
vendored
4
.github/workflows/flathub_push_main.yml
vendored
|
@ -7,7 +7,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Pushing_main_into_flathub:
|
Pushing_main_into_flathub:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
- ubuntu-latest
|
||||||
|
- self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Pushing
|
- name: Pushing
|
||||||
|
|
Loading…
Reference in a new issue