Skip to content

Commit

Permalink
Merge pull request #7 from dataesr/staging
Browse files Browse the repository at this point in the history
PATCH: deployment test #3
  • Loading branch information
folland87 authored Mar 26, 2024
2 parents 492d2c1 + 8294e33 commit 398861c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bump client npm version
name: Bump version

on:
push:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and deploy production

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_run:
workflows: ["Bump"]
types:
- completed

env:
DEPLOYMENT: scanr-next-gen
Expand Down

0 comments on commit 398861c

Please sign in to comment.