diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4d735c..7ee1dcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,15 @@ on: push: paths: - 'manifest.json' - + branches: + - "master" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write jobs: build: runs-on: ubuntu-latest