Skip to content

Commit

Permalink
require CI to pass before attempting to publish
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alex7285@gmail.com>
  • Loading branch information
alexandreLamarre committed May 13, 2024
1 parent 84c45cf commit f6daf5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
permissions:
contents: read
push:
needs : [
ci
]
permissions:
contents : read
id-token: write
Expand Down

0 comments on commit f6daf5e

Please sign in to comment.