Skip to content

Commit a860b6d

Browse files
authored
Update release workflow to remove pull_request trigger (#23)
Removed pull_request trigger from release workflow.
1 parent 64dc6b3 commit a860b6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
tags: # Will upload to luarocks.org when a tag is pushed
55
- "*"
6-
pull_request: # Will test a local install without uploading to luarocks.org
76

87
jobs:
98
luarocks-release:

0 commit comments

Comments
 (0)