We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d426a93 commit d991af3Copy full SHA for d991af3
.github/workflows/ci-cd-pipeline.yml
@@ -12,7 +12,6 @@ on:
12
- "*.md" # ignore all markdown files at root
13
- "*.ts" # ignore all ts files at root
14
- "assets/**" # ignore root assets
15
- - "docs/**" # ignore all docs
16
- "scripts/**" # ignore all scripts
17
- "ssr/**" # ignore ssr files
18
- ".github/**/*.md" # ignore markdown files for .github
@@ -25,7 +24,6 @@ on:
25
24
26
27
28
29
30
31
0 commit comments