mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
11 lines
167 B
YAML
11 lines
167 B
YAML
name: Start Jitpack
|
|
|
|
# Controls when the workflow will run
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: js6pak/start-jitpack@master
|