Skip to content

Commit

Permalink
fix/#604 : devWorkflow.yml의 ci가 opened, edited 상태일 때 샐행되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed Dec 12, 2024
1 parent 0e55d6c commit 4b39f8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/devWorkflow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: testAndDeploy_dev

on:
push:
branches:
- develop
pull_request:
types:
- [opened, edited]
branches:
- develop

Expand Down

0 comments on commit 4b39f8a

Please sign in to comment.