Skip to content

Commit

Permalink
Use deploy v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Sep 4, 2024
1 parent fad8d8a commit f68f0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
push:
branches:
- master
workflow_dispatch:
branches:
- master

jobs:

Expand All @@ -19,7 +16,7 @@ jobs:
PRODUCT: viewer

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Submodule update
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
PRODUCT: viewer

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Submodule update
run: |
Expand Down

0 comments on commit f68f0e8

Please sign in to comment.