Skip to content

Commit

Permalink
fix: action trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Oct 15, 2024
1 parent eba28b5 commit 98b48a9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/frontend-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Frontend Deploy to Dev

on:
push:
branches:
- develop
paths:
- frontend/**
- .github/**
pull_request:
branches:
- main
- develop
paths:
- 'frontend/**'
- '.github/**'

- frontend/**
- .github/**
jobs:
build-dockerfile:
defaults:
Expand Down

0 comments on commit 98b48a9

Please sign in to comment.