Commit 338be038 authored by René Dudfield's avatar René Dudfield
Browse files

github: Fix frontend workflow to run on app changes

So lint/format checks are run in CI if only app changes are made.
parent 1e1a078a
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -6,6 +6,7 @@ on:
- 'frontend/**'
- 'Makefile'
- '.github/**'
- 'app/**'
push:
branches:
- main
......@@ -13,6 +14,7 @@ on:
- 'frontend/**'
- Makefile
- '.github/**'
- 'app/**'
jobs:
build:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment