Skip to content

Commit d260ee7

Browse files
committed
refactor: reformat workflow
1 parent 8b226f3 commit d260ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release
33
on:
44
# Triggers the workflow on push events but only for default and protected branches
55
push:
6-
branches:
7-
- main
6+
branches: [ "main" ]
87

98
# The different jobs of this workflow need the following permissions
109
permissions:

0 commit comments

Comments
 (0)