Add Changelog Auto Add workflow for development (#38311)
* add basic workflow for testing * better name
This commit is contained in:
parent
38dc82b4b1
commit
5013232b9e
|
@ -0,0 +1,10 @@
|
|||
name: 'Changelog Auto Add'
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
hello-world:
|
||||
name: 'Hello World'
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Hello
|
||||
run: echo "Hello World"
|
Loading…
Reference in New Issue