Skip to content

Commit

Permalink
ci: don't trigger rebuilds on ci action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Sep 12, 2024
1 parent 976e1fa commit 119ce66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push-frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
- "frontends/analytics-site/**"
- "frontends/shared/**"
- "frontends/config/**"
- ".github/workflows/**"
- "clients/ts-sdk/**"

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'main'
paths:
- 'server/**'
- '.github/workflows/**'

jobs:
build_server:
Expand Down

0 comments on commit 119ce66

Please sign in to comment.