Skip to content

Commit

Permalink
Improving deployment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Apr 7, 2024
1 parent f8d103e commit 92acca7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
workflow_run: # when CI passes (check && test && clippy), deploy
workflows: ["CI"]
types:
- completed
# workflow_run: # when CI passes (check && test && clippy), deploy
# workflows: ["CI"]
# types:
# - completed

permissions:
contents: write
Expand All @@ -24,6 +24,7 @@ jobs:
scheme: semver
increment: patch
build:
needs: check_tags
name: Build platform libs
runs-on: ubuntu-latest

Expand Down

0 comments on commit 92acca7

Please sign in to comment.