Skip to content

Deploy by @psychology50 #30

Deploy by @psychology50

Deploy by @psychology50 #30

Workflow file for this run

name: kakao-chat-ci
run-name: Deploy by @${{ github.actor }}
on:
push:
branches:
- main
- develop
pull_request:
types: [review_requested]
pull_request_review:
types: [submitted, edited, dismissed]
jobs:
build-and-notify:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Determine event type and trigger action
run: |
echo "GITHUB_EVENT_NAME=${{ github.event_name }}" >> $GITHUB_ENV
id: determine_event_type
- name: get event name
run: |
echo "GITHUB_EVENT_NAME=${{ steps.determine_event_type.outputs.GITHUB_EVENT_NAME }}"