Skip to content

Commit

Permalink
chore: comment ignore path in github action temp
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed Mar 11, 2024
1 parent 78d0711 commit 988a34c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
push:
branches:
- main
paths-ignore:
- packages/ui-app/**
- packages/shared-ui/**
- packages/goalie-nextjs/**
# paths-ignore:
# - packages/ui-app/**
# - packages/shared-ui/**
# - packages/goalie-nextjs/**

jobs:
build-backend-api:
Expand Down

0 comments on commit 988a34c

Please sign in to comment.