Skip to content

Commit 9847e67

Browse files
committed
fix syntax
1 parent 10d8f82 commit 9847e67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jacoco-badge.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Generate JaCoCo Coverage Badge
33
on:
44
push:
55
branches:
6-
- [ '**' ]
6+
- '**'
7+
permissions:
8+
contents: write
9+
710
# pull_request:
811
# branches:
912
# - master

0 commit comments

Comments
 (0)