mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
create workflow yml
This commit is contained in:
parent
7882adba09
commit
897eeea1b5
13
.github/workflows/publish-packages.yml
vendored
Normal file
13
.github/workflows/publish-packages.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Publish Packages
|
||||
on:
|
||||
push:
|
||||
branches: [ build-package ]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Package script
|
||||
run: /root/packaging_scripts/package.py ${{github.workspace}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user