mirror of
https://github.com/bitwarden/mobile
synced 2025-01-27 08:51:20 +01:00
Add autobump workflow stub (#2015)
This commit is contained in:
parent
8ec6545bbc
commit
3128a4c5c8
15
.github/workflows/version-auto-bump.yml
vendored
Normal file
15
.github/workflows/version-auto-bump.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Version Auto Bump
|
||||
|
||||
on:
|
||||
# For testing only
|
||||
workflow_dispatch:
|
||||
inputs: {}
|
||||
|
||||
jobs:
|
||||
|
||||
setup:
|
||||
name: "Setup"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Stub for testing
|
||||
run: echo "this is a stub"
|
Loading…
x
Reference in New Issue
Block a user