Skip to content

Commit e81acf3

Browse files
delete check
1 parent 76f4983 commit e81acf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "::set-output name=tag::${pkgver}-${pkgrel}"
3737
echo $pkgver $pkgrel
3838
- name: Release
39-
if: ${{ github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[no rel]') }}
39+
if: ${{ !contains(github.event.head_commit.message, '[no rel]') }}
4040
uses: softprops/action-gh-release@v1
4141
with:
4242
files: |

0 commit comments

Comments
 (0)