Skip to content

Commit

Permalink
CU-8692x4b37: Make sure that the production runs on the correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Oct 13, 2023
1 parent 84f77a8 commit dc18e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: production

on:
push:
branches: [ production ]
branches: [ production, "v[0-9]+.[0-9]+.post" ]
release:
types: [ published ]

Expand All @@ -16,7 +16,7 @@ jobs:
- name: Checkout production
uses: actions/checkout@v2
with:
ref: 'production'
ref: ${{ github.event.release.target_commitish }}
fetch-depth: 0

- name: Set up Python 3.9
Expand Down

0 comments on commit dc18e06

Please sign in to comment.