Skip to content

Commit

Permalink
github-actions: restrict deploy job on release
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 14, 2024
1 parent 3dd2e77 commit 15382a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [test-windows, test-linux, test-macos, build-linux, build-windows, build-macos]
if: github.event_name == 'release'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 15382a4

Please sign in to comment.