We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bbd4eb + 7aac0e0 commit 95242d3Copy full SHA for 95242d3
.github/workflows/branchcleanup.yml
@@ -2,7 +2,7 @@
2
name: Branch Cleanup
3
# This workflow is triggered on all closed pull requests.
4
# However the script does not do anything if a merge was not performed.
5
-on:
+"on":
6
pull_request:
7
types: [closed]
8
0 commit comments