conmtains
convert-to-yml / format-branch (push) Has been skipped Details

This commit is contained in:
giles 2023-10-21 19:57:08 +01:00
parent a24e97747f
commit 2d3e6b63be
1 changed files with 1 additions and 2 deletions

View File

@ -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