test: run release.yml workflow on pull_request
This commit is contained in:
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user