diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 0b11746..167f584 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -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