Skip to content

Commit

Permalink
path filter in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyun-hwang committed Sep 10, 2023
1 parent 7c9e002 commit 25065a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/express-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches-ignore:
- wip/*
paths:
- express/**

workflow_call:
inputs:
service-name:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nginx-ghcr-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
branches-ignore:
- wip/*

paths:
- nginx/**

jobs:
build-push-ghcr:
Expand Down

0 comments on commit 25065a0

Please sign in to comment.