Skip to content

Commit

Permalink
More branch name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpnelson authored Jan 31, 2024
1 parent c64e4f0 commit c09d7ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: dev_push
on:
push:
branches:
- develop-2024
- develop_2024

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: develop-2024
ref: develop_2024
- name: Send Payload
run: |
curl -H "Content-Type: application/json" -X POST -d @$GITHUB_EVENT_PATH ${{ secrets.DEV_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion openshift/truck-route-planner-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameters:
value: https://github.com/bcgov/smk-tlink.git
- name: "GIT_BRANCH"
description: "github repo branch"
value: develop-2024
value: develop_2024
- name: "TOOLS_NAMESPACE"
description: "tools namespace where build will be"
value: tools_namespace
Expand Down

0 comments on commit c09d7ae

Please sign in to comment.