conmtains
convert-to-yml / format-branch (push) Has been skipped
Details
convert-to-yml / format-branch (push) Has been skipped
Details
This commit is contained in:
parent
a24e97747f
commit
2d3e6b63be
|
@ -2,10 +2,9 @@ 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-branch
|
|
||||||
jobs:
|
jobs:
|
||||||
format-branch:
|
format-branch:
|
||||||
|
if: ${{ ! startsWith(github.ref_name, 'format-') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
||||||
|
|
Loading…
Reference in New Issue