........
This commit is contained in:
parent
474e62b6bc
commit
3dc2687c0a
|
@ -2,6 +2,8 @@ name: convert-to-yml
|
|||
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'format-**'
|
||||
jobs:
|
||||
develop-branch:
|
||||
if: ${{ startsWith(github.ref_name, 'format-') }}
|
||||
|
|
Loading…
Reference in New Issue