Skip to content

Commit

Permalink
Update and rename build.yml to 4.x-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Apr 19, 2022
1 parent c14b60f commit c759d9e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml → .github/workflows/4.x-build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This is a basic workflow to help you get started with Actions

name: GeoNode Client CI (build)
name: GeoNode Client 4.x CI (build)

concurrency:
group: "client_build"
cancel-in-progress: true
# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the master branch
# Triggers the workflow on push events but only for the 4.x branch
push:
branches: [ master ]
branches: [ 4.x ]
paths:
- "geonode_mapstore_client/client/**"
- "!geonode_mapstore_client/client/version.txt"
Expand Down Expand Up @@ -80,6 +80,8 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ steps.generate-token.outputs.token }}
base: "master"
title: "new client build"
body: "Automated client build from GeoNode Client CI"
base: "4.x"
title: "[4.x] new client build"
body: "Automated client build from GeoNode Client 4.x CI"
branch: "4.x-create-pull-request/patch"

0 comments on commit c759d9e

Please sign in to comment.