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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- format-branch
|
||||
jobs:
|
||||
format-branch:
|
||||
if: ${{ ! startsWith(github.ref_name, 'format-') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
|
||||
|
|
Loading…
Reference in New Issue