Skip to content

Commit

Permalink
Add devfile.yaml (#72)
Browse files Browse the repository at this point in the history
* Add devfile.yaml

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

* Update GitHub workflows by excluding devfile.yaml from monitored paths

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
  • Loading branch information
vzhukovs authored Jan 12, 2022
1 parent d83ca02 commit f3f8b3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- 'doc/**'
- 'devfiles/**'
- 'kubernetes/**'
- 'devfile.yaml'
branches: [ main ]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- 'doc/**'
- 'devfiles/**'
- 'kubernetes/**'
- 'devfile.yaml'

jobs:
prepare_environment:
Expand Down
3 changes: 3 additions & 0 deletions devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
schemaVersion: 2.1.0
metadata:
name: jetbrains-editor-images

0 comments on commit f3f8b3e

Please sign in to comment.