Skip to content

Commit

Permalink
feat : dispatch 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
jhon3242 committed Jul 27, 2024
1 parent d0a044f commit 3d621ea
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: BE CI for Dev

on:
workflow_dispatch:

pull_request:
branches: [ "develop" ]


jobs:
build:
runs-on: ubuntu-latest

# defaults:
# run:
# working-directory: ./backend

steps:
- name : TEST
run: echo HELLO
# - name: Checkout code
# uses: actions/checkout@v4
#
# - name: Set up JDK 17
# uses: actions/setup-java@v4
# with:
# distribution: 'temurin'
# java-version: '17'
#
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew
#
# - name: Build with Gradle
# run: ./gradlew build

0 comments on commit 3d621ea

Please sign in to comment.