ci: initialize post-release workflow
This commit is contained in:
11
.github/workflows/post-release.yml
vendored
Normal file
11
.github/workflows/post-release.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: post-release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
dummy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dummy step
|
||||
run: echo "Dummy job to trigger post-release workflow on beta branch"
|
||||
Reference in New Issue
Block a user