mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 07:11:53 -05:00
12 lines
214 B
YAML
12 lines
214 B
YAML
name: Publish GitHub Release as newest
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stub:
|
|
runs-on: ubuntu-24.04
|
|
name: Stub
|
|
steps:
|
|
- name: Stub
|
|
run: echo "This is a stub job to trigger the workflow." |