ci(pr-build): reinstate functionality

PR Build was never use because it have to be manually trigger
This commit is contained in:
Pun Butrach 2023-08-01 19:26:26 +07:00 committed by GitHub
parent 8ca6418630
commit aaa114ba13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,13 @@
name: PR Build
on:
workflow_dispatch:
pull_request:
types:
- ready_for_review
branches:
- "**"
tags-ignore:
- "v*"
jobs:
build: