Compare commits

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