Skip to content

Add GitHub workflows provided by the community, to be adapted later i… #1

Add GitHub workflows provided by the community, to be adapted later i…

Add GitHub workflows provided by the community, to be adapted later i… #1

name: pre-release
on:
push:
branches:
- main
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 6'
jobs:
pre-release:
uses: nvdaes/nvdaAddonWorkflows/.github/workflows/automaticRelease.yaml@main
permissions:
contents: write