lets run CI when CI gets updated....

This commit is contained in:
Martin Pugh
2021-03-26 13:38:54 +01:00
parent 7fd740e25d
commit ac8a4c4d8b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Backend CI
on:
push:
paths:
- '.github/workflows/**'
- 'backend/**'
- '!frontend/**'
+1
View File
@@ -6,6 +6,7 @@ name: Frontend CI
on:
push:
paths:
- '.github/workflows/**'
- 'frontend/**'
- '!backend/**'