13 lines
164 B
YAML
13 lines
164 B
YAML
name: Publish update
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "*"
|
|
|
|
jobs:
|
|
publish_update:
|
|
type: update
|
|
params:
|
|
branch: ${{ github.ref_name || "default" }}
|