ci: configure eas workflow
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
name: Publish update
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish_update:
|
||||||
|
type: update
|
||||||
|
params:
|
||||||
|
branch: ${{ github.ref_name || "default" }}
|
||||||
Reference in New Issue
Block a user