Skip to content

Commit

Permalink
Merge pull request #27 from a-company-jp/fix-nginx-ci-trigger
Browse files Browse the repository at this point in the history
🐛 fix ci trigger condition for deploy-nginx.yml
  • Loading branch information
Shion1305 authored Apr 14, 2024
2 parents 747ec1e + c5eb031 commit bd6f16c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- main
paths:
- 'docker/nginx/**'
- '.github/workflows/deploy-nginx.yaml'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd6f16c

Please sign in to comment.