........
convert-to-yml / develop-branch (push) Successful in 40s Details

This commit is contained in:
giles 2023-10-22 19:01:53 +01:00
parent 3dc2687c0a
commit d8bc024068
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,10 @@ name: build-develop-branch
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
branches:
- 'develop-**'
jobs:
build-branch:
if: ${{ startsWith(github.ref_name, 'develop-') }}
runs-on: ubuntu-latest
steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4

View File

@ -6,7 +6,6 @@ on:
- 'format-**'
jobs:
develop-branch:
if: ${{ startsWith(github.ref_name, 'format-') }}
runs-on: ubuntu-latest
steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4