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.
2 parents 1b035e8 + 784da79 commit c8f5faeCopy full SHA for c8f5fae
.github/workflows/example.yaml
@@ -3,7 +3,7 @@ name: Git Diff example
3
on:
4
push:
5
branches:
6
- - example/*
+ - example-*
7
8
jobs:
9
check_diff:
README.md
@@ -54,3 +54,6 @@ jobs:
54
echo "Files: ${{ steps.diff.outputs.DIFF_FILES }}"
55
echo "Count: ${{ steps.diff.outputs.DIFF_COUNT }}"
56
```
57
+
58
+> [!WARNING]
59
+> At this moment the action does not support branches with `/` in the name. For example, `feature/branch` will not work.
0 commit comments