check output

This commit is contained in:
Felipe M 2022-08-10 17:12:48 +02:00
parent 99845f1ad6
commit d064537918
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
workflow_call:
workflow_dispatch:
permissions:
packages: write
contents: read
jobs:
buildx:
runs-on: ubuntu-latest

View File

@ -4,6 +4,9 @@ on:
push:
branches: [latest]
tags: ["v*"]
pull_request:
branches:
- latest
permissions:
contents: write # Required to upload dist files