........
convert-to-yml / develop-branch (push) Successful in 40s
Details
convert-to-yml / develop-branch (push) Successful in 40s
Details
This commit is contained in:
parent
3dc2687c0a
commit
d8bc024068
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue