Skip to content

Commit 41b8eae

Browse files
github action
1 parent b1fafde commit 41b8eae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [master]
6+
pull_request:
7+
branches: [master]
8+
# Allows you to run this workflow manually from the Actions tab
9+
workflow_dispatch:
710

811
jobs:
912
build-and-publish:

0 commit comments

Comments
 (0)