We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bca5a1 commit c556cdaCopy full SHA for c556cda
.github/workflows/debug-git-push.yml
@@ -3,7 +3,7 @@ name: Debug Git Push to Develop
3
on:
4
push:
5
branches:
6
- - develop
+ - debug/pat-develop-push
7
# Only trigger if the commit message doesn't contain [skip ci] to prevent infinite loops
8
# and only on changes to specific paths to avoid triggering on every push
9
paths:
0 commit comments