Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Sep 7, 2023
1 parent e1ed463 commit 953b515
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-openapi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deploy openapi.json to https://api.movary.org

on:
push:
branches:
- main
- add-actions-to-deploy-openapi-changes
release:
types: [published]
paths:
Expand All @@ -13,9 +17,6 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: copy files
uses: appleboy/scp-action@v0.1.4
Expand Down

0 comments on commit 953b515

Please sign in to comment.