Skip to content

Fix: 배포스크립트수정 #11

Fix: 배포스크립트수정

Fix: 배포스크립트수정 #11

Workflow file for this run

name: 게임바이블 배포스크립트
on:
pull_request:
types:
- closed
branches:
- master
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:

Check failure on line 15 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: 머지확인
run: |
echo "PR was merged"