Skip to content

Commit

Permalink
chore: added target-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Oct 16, 2024
1 parent 98b48a9 commit ca8e52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- feat/alpha-env
paths:
- frontend/**
- .github/**
Expand All @@ -13,7 +14,7 @@ on:
paths:
- frontend/**
- .github/**

jobs:
build-dockerfile:
defaults:
Expand Down

0 comments on commit ca8e52d

Please sign in to comment.