diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..133fb167 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +Testing excluded path filter \ No newline at end of file diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..0c606f5d 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1,11 @@ +This change will trigger a workflow run based on these path filters: + +```yaml +paths: + # include markdown files + - "03-core-features/filters/*.md" + # Exclude txt files + - "!03-core-features/filters/*.txt" +``` + +Testing path filter \ No newline at end of file diff --git a/README.md b/README.md index 07ef129d..2db3d6ff 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This course is made possible thanks to [namespace.so](https://namespace.so/?utm_ 1. **Clone this repository (including submodules)** ```bash -git clone --recurse-submodules git@github.com:sidpalas/devops-directive-github-actions-course.git +git clone --recurse-submodules https://github.com/GorkemUtku02/devops-directive-github-actions-course ``` 2. **Install DevBox** – DevBox bootstraps all required CLI tools (Go, Node.js, Python, `act`, `task`, `npc`, `civo`, `gh`, `jq`, `yq`, `kubectl`, `kluctl`, ...).