test: run release.yml workflow on pull_request

This commit is contained in:
Dustin Ruetz
2024-04-03 17:28:11 -04:00
parent e99f0139fe
commit da98918135

View File

@@ -1,13 +1,14 @@
name: Release
on:
push:
branches:
- main
workflow_run:
workflows: ["Lint", "Run acceptance tests"]
types:
- completed
pull_request
# push:
# branches:
# - main
# workflow_run:
# workflows: ["Lint", "Run acceptance tests"]
# types:
# - completed
permissions:
contents: read # for checkout