Skip to content

Commit

Permalink
Update dev_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuddin authored Aug 28, 2024
1 parent c68e48f commit 2ffe36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: OwnCast Dev CI/CD
on:
push:
branches:
- 'develop'
- develop
workflow_dispatch: # (2).수동 실행도 가능하도록

jobs:
build:
runs-on: ubuntu-latest # (3).OS환경
environment: develop

steps:
- name: Checkout
Expand Down

0 comments on commit 2ffe36b

Please sign in to comment.