Skip to content

Commit

Permalink
REMOVEME testing cross-branch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 3, 2023
1 parent 4b52b47 commit 9e73a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- production
- production-test
- kube-deploy

jobs:
Expand All @@ -20,7 +20,7 @@ jobs:
id: update
run: |
VERSION=${GITHUB_SHA::8}
if "$GITHUB_REF" == production; then
if "$GITHUB_REF" == production-test; then
TYPE=production
else
TYPE=staging
Expand Down

0 comments on commit 9e73a07

Please sign in to comment.