Skip to content

Commit

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

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: qa-2024
ref: qa_2024
- name: Send Payload
run: |
curl -H "Content-Type: application/json" -X POST -d @$GITHUB_EVENT_PATH ${{ secrets.TEST_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion openshift/truck-route-planner-dev-bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
WORKDIR /app
RUN git clone -b develop https://github.com/bcgov/smk-tlink.git
RUN git clone -b develop_2024 https://github.com/bcgov/smk-tlink.git
/app/smk-tlink
Expand Down

0 comments on commit c64e4f0

Please sign in to comment.