Skip to content

Commit 1060a76

Browse files
committed
fix: workflow trigger grammar
1 parent 5f1742b commit 1060a76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/frontend-deploy-dev.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
# push:
55
pull_request:
66
branches: [main, develop]
7-
paths:
8-
- frontend/**
9-
- .github/**
7+
paths: [frontend/**, .github/**]
108

119
jobs:
1210
build-dockerfile:

0 commit comments

Comments
 (0)