Skip to content

Commit 6ca7fb1

Browse files
committed
It doesn't push but it take time
1 parent 369db6b commit 6ca7fb1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ on:
33
push:
44
tags:
55
- 'v*'
6-
branches:
7-
- master
86
pull_request:
97
jobs:
108
luarocks-upload:
119
runs-on: ubuntu-22.04
10+
if: github.ref == 'refs/heads/master'
1211
steps:
1312
- uses: actions/checkout@v3
1413
- name: LuaRocks Upload

0 commit comments

Comments
 (0)