Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 03-core-features/filters/excluded-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testing excluded path filter
11 changes: 11 additions & 0 deletions 03-core-features/filters/included-file.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`, ...).
Expand Down