Skip to content

Commit 9cf16f8

Browse files
committed
Re-enable snapshot releases
1 parent 08d891c commit 9cf16f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/snapshot_release.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Create snapshot release
22
on:
33
push:
4-
# branches:
5-
# - develop
6-
# paths-ignore:
7-
# - "**/*.md"
8-
# repository_dispatch:
9-
# types:
10-
# - snapshot-release
4+
branches:
5+
- develop
6+
paths-ignore:
7+
- "**/*.md"
8+
repository_dispatch:
9+
types:
10+
- snapshot-release
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)