........
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
|
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'format-**'
|
||||||
jobs:
|
jobs:
|
||||||
develop-branch:
|
develop-branch:
|
||||||
if: ${{ startsWith(github.ref_name, 'format-') }}
|
if: ${{ startsWith(github.ref_name, 'format-') }}
|
||||||
|
|
Loading…
Reference in New Issue