Skip to content

Commit 3d522c0

Browse files
committed
Updating workflow should trigger the updated workflow
1 parent fa84aab commit 3d522c0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/backend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- backend/**
7+
- .github/workflows/backend.yaml
78

89
jobs:
910
push:

.github/workflows/frontend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- frontend/**
7+
- .github/workflows/frontend.yaml
78

89
jobs:
910
push:

0 commit comments

Comments
 (0)