Compare commits

...
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@ on:
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published]
permissions:
contents: read
packages: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
+4
View File
@@ -5,6 +5,10 @@ on:
- cron: '0 2 * * 0' # Every Sunday at 02:00 UTC - cron: '0 2 * * 0' # Every Sunday at 02:00 UTC
workflow_dispatch: workflow_dispatch:
permissions:
contents: write
packages: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest