Skip to content

Commit 642e52c

Browse files
committed
update release workflow documentation
1 parent 63bffd6 commit 642e52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# documentation.
55

66
name: Release
7-
# Run workflow on commits to the `main` branch
7+
88
on:
99
workflow_dispatch:
1010
push:
1111
branches:
12-
- 'main'
12+
- 'main' # Run workflow on commits to the `main` branch
1313
# - '*' # matches every branch that doesn't contain a '/'
1414
# - '*/*' # matches every branch containing a single '/'
1515
# - '**' # matches every branch

0 commit comments

Comments
 (0)