mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +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:
|
||||
|
||||
Pushing_main_into_flathub:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
- self-hosted
|
||||
steps:
|
||||
|
||||
- name: Pushing
|
||||
|
|
Loading…
Reference in a new issue