Skip to content

Commit ab8482c

Browse files
Add push to release workflows run them once
1 parent 004b212 commit ab8482c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/plugin-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Plugin Release
22

33
on:
4+
push:
45
workflow_dispatch:
56
inputs:
67
version:

.github/workflows/server-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Server Release
22

33
on:
4+
push:
45
workflow_dispatch:
56
inputs:
67
version:

0 commit comments

Comments
 (0)