Skip to content

Commit

Permalink
Build when web code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGustafsson committed Nov 30, 2024
1 parent 418e0aa commit a2a8f07
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
- internal/**
- go.*
- .github/workflows/build.yaml
- web/**
- .yarn
- .yarnrc.yml
- eslint.config.mjs
- package.json
- postcss.config.mjs
- tailwind.config.js
- tsconfig.json
- vite.config.ts
- yarn.lock
push:
branches:
- main
Expand All @@ -17,6 +27,16 @@ on:
- internal/**
- go.*
- .github/workflows/build.yaml
- web/**
- .yarn
- .yarnrc.yml
- eslint.config.mjs
- package.json
- postcss.config.mjs
- tailwind.config.js
- tsconfig.json
- vite.config.ts
- yarn.lock

jobs:
test:
Expand Down

0 comments on commit a2a8f07

Please sign in to comment.