We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1742b commit 1060a76Copy full SHA for 1060a76
.github/workflows/frontend-deploy-dev.yml
@@ -4,9 +4,7 @@ on:
4
# push:
5
pull_request:
6
branches: [main, develop]
7
- paths:
8
- - frontend/**
9
- - .github/**
+ paths: [frontend/**, .github/**]
10
11
jobs:
12
build-dockerfile:
0 commit comments