chore: PRがdraft時にはCIを実行しないように

This commit is contained in:
2024-06-17 22:51:43 +09:00
parent c866705b92
commit 700ef6f70e
@@ -4,6 +4,11 @@ on:
pull_request:
branches:
- "develop"
types:
- opened # default
- reopened # default
- synchronize # default
- ready_for_review # 必要
permissions:
@@ -15,6 +20,7 @@ permissions:
jobs:
setup:
name: Setup
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout