mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 11:28:41 -05:00
15 lines
232 B
YAML
15 lines
232 B
YAML
name: Publish GitHub Release as newest
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
stub:
|
|
runs-on: ubuntu-24.04
|
|
name: Stub
|
|
steps:
|
|
- name: Stub
|
|
run: echo "This is a stub job to trigger the workflow."
|