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
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request
|
||||||
branches:
|
# push:
|
||||||
- main
|
# branches:
|
||||||
workflow_run:
|
# - main
|
||||||
workflows: ["Lint", "Run acceptance tests"]
|
# workflow_run:
|
||||||
types:
|
# workflows: ["Lint", "Run acceptance tests"]
|
||||||
- completed
|
# types:
|
||||||
|
# - completed
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # for checkout
|
contents: read # for checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user