We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b88ebb commit fbc291cCopy full SHA for fbc291c
.github/workflows/docker-unified.yml
@@ -3,17 +3,9 @@ on:
3
push:
4
branches:
5
- master
6
- paths-ignore:
7
- - "docs-website/**"
8
- - "docs/**"
9
- - "**.md"
10
pull_request:
11
12
- "**"
13
14
15
16
17
release:
18
types: [published]
19
docs/README.md
@@ -49,3 +49,4 @@ Example snippet:
49
50
* Good: https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/dbt-test-logic-view.png
51
* Bad: https://github.com/datahub-project/static-assets/blob/main/imgs/dbt-test-logic-view.png
52
+
0 commit comments