Spaces:
Runtime error
Runtime error
Junbo Koh
commited on
Commit
•
7d825f6
1
Parent(s):
72291ab
Update cd.yml
Browse files- .github/workflows/cd.yml +2 -1
.github/workflows/cd.yml
CHANGED
@@ -4,7 +4,8 @@ on:
|
|
4 |
push:
|
5 |
branches:
|
6 |
- main
|
7 |
-
paths-ignore:
|
|
|
8 |
|
9 |
workflow_dispatch:
|
10 |
|
|
|
4 |
push:
|
5 |
branches:
|
6 |
- main
|
7 |
+
paths-ignore:
|
8 |
+
- '.github/**'
|
9 |
|
10 |
workflow_dispatch:
|
11 |
|