Build and stage a release on a push to main.

This commit is contained in:
fewtarius 2022-04-12 19:33:33 -04:00
parent d7bb9eac78
commit cfba0ec915
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -6,6 +6,17 @@
name: release-main
on:
push:
paths-ignore:
- '.github/**'
- '*.md'
- 'Dockerfile'
- '.dockerignore'
- '.gitignore'
- 'licenses/**'
- 'tools/**'
branches:
- main
workflow_dispatch:
env: